if ( $variable ) { } What does this mean?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

afsin
Forum Newbie
Posts: 3
Joined: Wed Jul 04, 2007 4:35 am

Post by afsin »

volka wrote:Then either error_reporting isn't set to E_ALL and/or display_errors is off.
Yes, you are right. "error_reporting = E_ALL & ~E_NOTICE ".
But the site uploaded is working, so the server's php.ini file is also like my ini file, isn't it?
Of course it is not a good approach to think my code is working properly :). Thanks.
Post Reply