coco Posted November 3, 2004 Share Posted November 3, 2004 hi to everyone that replied to my thread, regarding blank php pages, i have tested everything on php, everything seems fine, apache services is working also, tested phpinfo that seems ok too, but i am at a lost why i can see everything on dreamweaver but not when browse through localhost. it worked b4 but i don't why not now, also i have upgraded php from php 4.3.6 to php 4.3.9. apache 2.3.9 to apache 2.0.52 mysql 4.0.18nt to mysql 5.0.0a alpha, i wonder if this is the cause. if anyone can help i will be grateful thanks coco Quote Link to comment https://forums.phpfreaks.com/topic/2037-registerphp-blank-page/ Share on other sites More sharing options...
Pilot-Doofy Posted December 23, 2004 Share Posted December 23, 2004 What can't you see? The PHP code? Quote Link to comment https://forums.phpfreaks.com/topic/2037-registerphp-blank-page/#findComment-6886 Share on other sites More sharing options...
Incessant-Logic Posted January 13, 2005 Share Posted January 13, 2005 create a php file with the following in it: <?php phpinfo(); ?> save it and view it on your server, it should give you a whole load of info about your server, if it doesn't then your php is not working! If it does then I don't know! Its how I always test my server if php dosn't seem to be working. IL Quote Link to comment https://forums.phpfreaks.com/topic/2037-registerphp-blank-page/#findComment-6982 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.