kotinewtech Posted March 6, 2010 Share Posted March 6, 2010 good evening to all i am having some error that is Fatal error: Cannot redeclare fputcsv() why it will come gove me solution plzzzzzzzzzz Quote Link to comment https://forums.phpfreaks.com/topic/194335-fatal-error/ Share on other sites More sharing options...
harristweed Posted March 6, 2010 Share Posted March 6, 2010 Read the front page of this site!! http://www.phpfreaks.com/tutorial/defining-a-php-function-only-once Quote Link to comment https://forums.phpfreaks.com/topic/194335-fatal-error/#findComment-1022325 Share on other sites More sharing options...
cags Posted March 6, 2010 Share Posted March 6, 2010 The full error message should tell you where the error is occuring. For some reason PHP is trying to declare fputcsv twice. If you have a user-defined function with this name simply change it, because it is an official function already (Since PHP 5.1.0). Otherwise more information is needed. Quote Link to comment https://forums.phpfreaks.com/topic/194335-fatal-error/#findComment-1022326 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.