Thread: PHP problem
View Single Post
Old 2008-03-12, 01:11 PM   #3
nicedreams
Internet! Is that thing still around?
 
Join Date: Apr 2007
Posts: 6
Send a message via ICQ to nicedreams
Quote:
Originally Posted by BigVikingAl View Post
I have a new page:

http://www.webcamstarlets.com/test/webmaster.html

that is blank except for the php include: <? include "../webmasters.html";?>

Here is the page that include is pointing to:

http://www.webcamstarlets.com/webmasters.html

But when the first page is typed in nothing from the include is dispalyed. Do I maybe have to activate a php usage function to use php on a new domain?

Any help would be appreciated.
You need the full path in the include statement from your home dir. Plus you would need php parsing enabled on your server if you are going to call php commands in a html file.

Jimmy
__________________

Nice Dreams Entertainment, Inc.
nicedreams is offline   Reply With Quote