
- Forum
- Programming Talk
- PHP
- Sample PHP code shows Blank Page
Sample PHP code shows Blank Page
This is a discussion on Sample PHP code shows Blank Page within the PHP forums, part of the Programming Talk category; Hello, I wrote one of the Sample PHP code in the following way... <? echo "hi"; ?> and also i ...
-
Sample PHP code shows Blank Page
Hello,
I wrote one of the Sample PHP code in the following way...
<?
echo "hi";
?>
and also i tried with
<?php
echo "hi";
?>
I tried with these simple example...but the output is blank page.
Any Help...
Regards
Guptha
-
blank in browser
<?php
echo "hi";
?>
this is correct..
-
The syntax used in second option namely
<?php
echo "hi";
?>
Is absolutely right. Just make a cross check on your configuration settings.
-
try <?php
phpinfo();
?>
see if that outputs anything? if not make sure PHP is running
-
12-18-2006, 01:23 AM #5
- Join Date
- Apr 2006
- Answers
- 124
Gupta there are quite a lot of suggestions posted by our friends. Just kindly update whether you have tried and what you tried and the output of same so that we could know about it and if needed we could give out few more suggestions.
-
Sponsored Ads

Reply With Quote





