Jump to content

Fatal error: Cannot redeclare fputcsv()


gupster

Recommended Posts

Well what you'll need to do is change where it delcares the function:
[code]function fputcsv(...)[/code]
to something else, like f_put_csv. But your next problem will be going through your script and change any instance of fputcsv to your newly name function, f_put_csv

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.