Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.