Jump to content

[SOLVED] Windows Server 2000 + PHP install


03BlackSVTF

Recommended Posts

I'm pretty sure I've got PHP installed right.  When I go to the command line and execute

 

"php -r phpinfo();"

 

I see all the phpinfo.  HOWEVER, when I try to make a info.php file and then load it in internet explorer for some reason I get a blank screen.  What am I missing?

Link to comment
https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/
Share on other sites

What code have you used in info.php. Make sure you are using full php tags, eg <?php ?> and not any shortcut tags like <? ?> or <?= ?>. Short tags are not enabled by default.

 

Also ensure that you install a server eg Apache or IIS and that you have configured the server with PHP. You can't just install PHP on its own and expect your PHP scripts to run. Web browser do not understand PHP code.

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.