03BlackSVTF Posted January 11, 2008 Share Posted January 11, 2008 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? Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/ Share on other sites More sharing options...
revraz Posted January 11, 2008 Share Posted January 11, 2008 What's in your info.php file? Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436667 Share on other sites More sharing options...
03BlackSVTF Posted January 11, 2008 Author Share Posted January 11, 2008 <? phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436668 Share on other sites More sharing options...
revraz Posted January 11, 2008 Share Posted January 11, 2008 use <?php Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436669 Share on other sites More sharing options...
03BlackSVTF Posted January 11, 2008 Author Share Posted January 11, 2008 I love you? ??? Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436670 Share on other sites More sharing options...
wildteen88 Posted January 11, 2008 Share Posted January 11, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436671 Share on other sites More sharing options...
03BlackSVTF Posted January 11, 2008 Author Share Posted January 11, 2008 You can mark this as solved. Thank you so much for the help..this was eating me alive. Edit- I'm especially thankful that I got so much help in like under 5 minutes. This is an awesome support forum. Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436672 Share on other sites More sharing options...
revraz Posted January 11, 2008 Share Posted January 11, 2008 I love you? ??? Quote Link to comment https://forums.phpfreaks.com/topic/85570-solved-windows-server-2000-php-install/#findComment-436675 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.