Hi i want to turn off all the php generated errors that occur when i run scripts.like in here it looks very bad
http://sagarzz.elementfx.com/extcal/calendar.php
please help me do it.. thanks
Hi i want to turn off all the php generated errors that occur when i run scripts.like in here it looks very bad
http://sagarzz.elementfx.com/extcal/calendar.php
please help me do it.. thanks
Add the above line of code to all scripts, this will turn off ALL error reporting. For other more specific versions of this command see php.netPHP Code:error_reporting(0);
You are getting the error because the servers now run PHP version 5.3 and some commands are in the process of being 'Deprecated' , that is to say phased out/ no longer used/ removed/ and may not work work at all in later version updates.
Last edited by cybrax; 11-19-2011 at 11:46 AM.
The code must flow.
Project 157: Latest UK Jobs direct to your mobile phone
New Domain under construction: Lovelogic.net
home for some new projects that we can't keep here ;)
thanks for this.. if it dint work ill still be happy because i got a reply so fast from you.. this is very good support from your side.. keep it up.. thanks again..
---------- Post added at 12:34 PM ---------- Previous post was at 12:29 PM ----------
close the thread my problem was solved.. by the way did you visit the link..?