Search

Post here is you are having problems with any of the tutorials.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Search

Post by jacek »

[syntax=php]error_reporting(E_ALL);[/syntax]
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 ?
Image
Post Reply