vinu Posted June 15, 2009 Share Posted June 15, 2009 hi.. This php code was working fine a few days ago. now the PHP is not executed. the Code: http://paste-it.net/public/nbdeebc/ help me pls? Link to comment https://forums.phpfreaks.com/topic/162210-php-stopped-working/ Share on other sites More sharing options...
PFMaBiSmAd Posted June 15, 2009 Share Posted June 15, 2009 Just telling us that code does not work is pointless. You must accurately describe or show what you see in front of you. What exactly does PHP stopped working mean? If your php code appears in the browser without being parsed on the server, it either means the web server/php stopped working or it is due to the use of lazy-way short open tags <? in the code. Only use full php opening tags <?php And if something changed on your web server, you should be asking your web host what it was because there is no way anyone in a forum would know. Link to comment https://forums.phpfreaks.com/topic/162210-php-stopped-working/#findComment-856055 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.