newbie PHP question
Posted by: xtaxta
Posted on: 2005-05-20 07:58:00
I recently moved my site to Dreamhost, and am having trouble getting one page to work.
Here's how the page should look (on the old host's server):
http://wcpe.org/who_am_i/
Here's what i'm getting on the Dreamhost-hosted page:
http://theclassicalstation.org/who_am_i/
I don't understand the error messages. Can someone help?
I appreciate any advice you can give... I've inherited this page, and know nothing about php.
* * *
The index page is set up with this code in the middle:
The include.php3 file looks like this:
#!/usr/local/lib/php
<? require("http://TheClassicalStation.org/who_am_i/random/randex.php3"); ?>
Then the randex.php3 page has the php code, beginning with this line:
#!/usr/local/bin/php