First of all, turn off unnecessary error reporting by changing the error_reporting variable in php.ini to false or 0. Generally you should not turn off error reporting while you are developing the application. Turn it off only when you deploy it online or on a network. Create a system that reports errors to you, yourself, rather than making the user uncomfortable.
Next, check when the error reporting is off, does the thing work properly at all. If it doesn’t, then the q variable is not properly supplied, perhaps. If you need any more help, you will have to post more details.
Comments
Leave a comment Trackback