bsarika Posted October 4, 2007 Share Posted October 4, 2007 Hi, I am have my website hosted on www.dot5hosting.com. They say they support php version PHP 4.4.1, i don't have access to the php.ini file. i was trying to create a php page for my website, but even a simple php script displays a blank page. <HTML> <HEAD> <TITLE> Simple PHP Example </TITLE> </HEAD> <BODY> <P><?php echo("This is a test!"); ?></P> </BODY> </HTML> The page source displays the same code as above I tried saving the file with extensions .php , .php3 as well but none of them works What should i do. Thanks, sarika Quote Link to comment https://forums.phpfreaks.com/topic/71837-php-blank-page/ Share on other sites More sharing options...
nathanmaxsonadil Posted October 4, 2007 Share Posted October 4, 2007 make a new file called info.php and in it put <?php phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/71837-php-blank-page/#findComment-361831 Share on other sites More sharing options...
rlindauer Posted October 4, 2007 Share Posted October 4, 2007 Sounds like php is not installed, or is just not enabled for your account. Contact your host and ask them to enable php for you. Quote Link to comment https://forums.phpfreaks.com/topic/71837-php-blank-page/#findComment-361858 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.