Re: Search
Posted: Wed May 16, 2012 8:26 pm
error_reporting(E_ALL);That should not be in the functions file. You don't even see the html form ? That must be a syntax erorr somewhere, unless you are on the wrong page
Maybe it would be a good idea to make sure you have display_errors and error_reporting set to the correct values in your actual php.ini file rather than relying on the error_reporting() function ?