dutchmanx Posted August 28, 2003 Share Posted August 28, 2003 I run php 4.3.3 with Apache 2, I read something about this being unstable, could this be responsible for the next problem? Link to comment https://forums.phpfreaks.com/topic/949-heeeellpp-plz-need-help-on-phpinfo-function/ Share on other sites More sharing options...
dutchmanx Posted August 28, 2003 Author Share Posted August 28, 2003 I am having problems with the phpinfo() function. Links to the site with this code do not work, typing the address in makes my system instable, but every once in a while when I type it in and I am lucky I actually get to see it. Although that was a little while ago, I havent gotten lucky in a long time. If anybody has an answer for this i would greatly appreciate it. Thanks for ur time. The source code for the page is simply: <html> <body> <?php phpinfo(); ?> </body> </html> Link to comment https://forums.phpfreaks.com/topic/949-heeeellpp-plz-need-help-on-phpinfo-function/#findComment-3222 Share on other sites More sharing options...
dutchmanx Posted August 30, 2003 Author Share Posted August 30, 2003 anybody? :?: Link to comment https://forums.phpfreaks.com/topic/949-heeeellpp-plz-need-help-on-phpinfo-function/#findComment-3257 Share on other sites More sharing options...
mndwn Posted August 31, 2003 Share Posted August 31, 2003 You do not need the HTML tags to view the phpinfo() information, you can just have it like this: [php:1:b727575417]<?php phpinfo(); ?>[/php:1:b727575417] Make sure the doc is in your htdocs folder and then just open it up by having this in your address bar: http://localhost/test.php If the filename is different just make the adjustments as necessary, if the page does not come up make sure that your Apache installation is working: http://localhost/. If nothing comes up then there is a problem with your installation. If Apache 2 is becoming unstable for u, try using Apache 1.3 Link to comment https://forums.phpfreaks.com/topic/949-heeeellpp-plz-need-help-on-phpinfo-function/#findComment-3260 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.