RE: [PHP] fputcsv() error message

2004-10-20 Thread Pablo Gosse
[snip] Fatal error: Call to undefined function: fputcsv() in /home/webdev/sites/tracking_site/scripts/report.php on line 19 Is there something that I am missing? The code that I had entered in: [/snip] http://ca.php.net/fputcsv -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] fputcsv() error message

2004-10-20 Thread Steven
- From: Pablo Gosse [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:40 PM To: Steven; [EMAIL PROTECTED] Subject: RE: [PHP] fputcsv() error message [snip] Fatal error: Call to undefined function: fputcsv() in /home/webdev/sites/tracking_site/scripts/report.php on line 19

Re: [PHP] fputcsv() error message

2004-10-20 Thread Greg Donald
On Wed, 20 Oct 2004 11:54:24 -0500, Steven [EMAIL PROTECTED] wrote: Yes, I know. That is the exact page where I got the code from. If you notice I copied and pasted what is on that page in my previous email. (no version information, might be only in CVS) The function is obviously still in CVS

Re: [PHP] fputcsv() error message

2004-10-19 Thread Greg Donald
On Tue, 19 Oct 2004 12:37:02 -0500, Steven [EMAIL PROTECTED] wrote: Fatal error: Call to undefined function: fputcsv() in /home/webdev/sites/tracking_site/scripts/report.php on line 19 php.net/fputcsv (no version information, might be only in CVS) -- Greg Donald Zend Certified Engineer

RE: [PHP] fputcsv() error message

2004-10-19 Thread Steven
Crapola. I guess that means a recompile... T.T`` Steven Altsman -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] fputcsv() error message On Tue, 19 Oct 2004 12:37:02 -0500, Steven [EMAIL