PHP stopped working showing only blank pages
Posted by: hitech87 (---.4-2.cable.virginm.net)
Date: November 11, 2014 12:52PM

Dear All
I am just having a very strange problem

Before I was able to check my php website using latest WAMP program

Suddenly it stopped responding ?!!! just having blank page ?!!
I did uninstall and install the latest version but still same . PHP my admin is working fine just trying to get php code processed as i am doing a very basic coding like

<? php echo"Hello World" ?>

Any help much appreciated .

Thank you in advance .

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: November 11, 2014 04:26PM

Are you saving your php code in a file with the .php extension?

Are you doubleclicking on the filename using Exploer? If so dont, key the address into tyour browser!

Check your code, make sure there us no space between '<? and 'php' like there is in your question!

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: Kirk (---.dhcp.stcd.mn.charter.com)
Date: November 11, 2014 04:40PM

Try this: <?php echo"Hello World" ?>

Note, no space between ? and php.

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: hitech87 (---.4-2.cable.virginm.net)
Date: November 12, 2014 12:36AM

Hi
Thank you for respond .
I tried it it was like this before and still having the same issue?!!

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: hitech87 (---.4-2.cable.virginm.net)
Date: November 12, 2014 12:37AM

Hi
Thank you for respond but i was writing the code as it is without space plus i save the file with php extention

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: hitech87 (---.4-2.cable.virginm.net)
Date: November 12, 2014 12:37AM

Hi
Thank you for respond but i was writing the code as it is without space plus i save the file with php extention

Options: ReplyQuote
Re: PHP stopped working showing only blank pages
Posted by: Kirk (---.dhcp.stcd.mn.charter.com)
Date: November 12, 2014 01:50AM

I'm assuming you're trying to enter into your browser something like this:

[localhost]

where hello_world.php contains: <?php echo"Hello World" ?>

If not, what are you doing?

Options: ReplyQuote


Sorry, only registered users may post in this forum.