PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
sabatier
Forum Newbie
Posts: 6 Joined: Thu Aug 23, 2007 5:40 am
Post
by sabatier » Mon Sep 03, 2007 6:04 am
Hi this is probably a very simple issue. I have installed PHP with tomcat and apache.
When I use
it works fine. However nothing else works. For example if I use
I get a blank screen. Any ideas what's wrong?
Regards,
Ruth
califdon
Jack of Zircons
Posts: 4484 Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA
Post
by califdon » Mon Sep 03, 2007 3:18 pm
Would you please show us the complete contents of the file in which you placed the echo "Hello World" ; statement.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Sep 05, 2007 10:15 am
This thread has nothing to do with phpdeveloper.org. Moved to PHP - Code.
Zoxive
Forum Regular
Posts: 974 Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan
Post
by Zoxive » Wed Sep 05, 2007 10:43 am
BTW
phpinfo(); doesn't need to be echoed, the function does it, itself.