Jump to content

PHP stopped working


vinu

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.