Page 1 of 1

Blank pages displayed

Posted: Mon Sep 03, 2007 6:04 am
by sabatier
Hi this is probably a very simple issue. I have installed PHP with tomcat and apache.
When I use

Code: Select all

echo phpinfo();
it works fine. However nothing else works. For example if I use

Code: Select all

echo "Hello World";
I get a blank screen. Any ideas what's wrong?

Regards,

Ruth

Posted: Mon Sep 03, 2007 3:18 pm
by califdon
Would you please show us the complete contents of the file in which you placed the echo "Hello World"; statement.

php blank pages

Posted: Mon Sep 03, 2007 3:33 pm
by sabatier
Hi thanks for replying, I've actually resolved the problem! I just followed the instructions at
http://blog.taragana.com/index.php/arch ... -4x-or-5x/
and it's working great!

Ruth

Posted: Wed Sep 05, 2007 10:15 am
by feyd
This thread has nothing to do with phpdeveloper.org. Moved to PHP - Code.

Posted: Wed Sep 05, 2007 10:43 am
by Zoxive
BTW phpinfo(); doesn't need to be echoed, the function does it, itself.