tiong8d Posted March 15, 2018 Share Posted March 15, 2018 Can you guys help a friend? What is wrong with this? Thank you in advance! Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted March 16, 2018 Administrators Share Posted March 16, 2018 You're calling that function somewhere else in your code or you have two functions with the same name which you cannot do. Are you loading your config file twice or do you have that same function on the page or in another included file? Since it says you're re-declaring it in the config.php it's already being loaded prior to that file, what's above the config.php file in your page? Quote Link to comment Share on other sites More sharing options...
tiong8d Posted March 17, 2018 Author Share Posted March 17, 2018 5 hours ago, Nathan said: You're calling that function somewhere else in your code or you have two functions with the same name which you cannot do. Are you loading your config file twice or do you have that same function on the page or in another included file? Since it says you're re-declaring it in the config.php it's already being loaded prior to that file, what's above the config.php file in your page? My friend still can't see the error. I said that he should answer your questions so that he may be able to figure out what is wrong with his program. Thank you always for having the time to answer to my questions! Good times! Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted March 17, 2018 Administrators Share Posted March 17, 2018 Sure thing, just past the entire code here and it would be helpful. Quote Link to comment 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.