Re: [PHP] Mass email

2008-10-21 Thread Andrew Johnstone
Before considering outsourcing this you should consider the following. 1. Frequency of emails, I.e daily, weekly, monthly etc. 2. Hosting, are you on dedicated servers, shared hosting. a) do you control the domain name, enough to enable rDNS. b) does your hosting company restrict out going em

Re: [PHP] creating an xls file from mysql data

2008-05-11 Thread Andrew Johnstone
Hi, You could always do this within mysql itself. You also have the wrong output header and what seems to be some quite inefficient code, anyway take a look at the following. SELECT order_id,product_name,qty FROM orders INTO OUTFILE '/tmp/orders.csv' FIELDS TERMINATED BY ','

[PHP] PHP5 Prototyping

2003-08-04 Thread Andrew Johnstone
Are there any plans to implement prototyping in PHP5? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php