Jump to content

Only a blank page...


Recommended Posts

I reinstall my windows every 3/4 months for one reason or another and never had a problem with php installation - using windows installer and IIS - but this time I can't get PHP 5.2.3 working, I wonder if it is because of some changes in new version.

 

This is what happens, the server completely ignors everything inside php tags and absolutely no error for example if I put <php>echo phpinfo();</php> I get a completely blank page.

 

Any idea?

 

 

Link to comment
https://forums.phpfreaks.com/topic/57837-only-a-blank-page/
Share on other sites

<php></php> tags do not even exist. You should use the following as tags: <?php ?>

Sorry it was a typo.

The page remains completely blank for example if I type <? echo "test"; ?>

 

Edit: I just tried <?php instead of <? and it works fine. How do I make changes so the old <? works as well?

Link to comment
https://forums.phpfreaks.com/topic/57837-only-a-blank-page/#findComment-286675
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.