New PHP User Simple Questions

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

Post Reply
MyerInd
Forum Newbie
Posts: 5
Joined: Thu May 16, 2002 4:36 pm

New PHP User Simple Questions

Post by MyerInd »

I created a website using Dreamweaver. I am wanting to use PHP/MySQL to store and retrieve data. I have moved a few files to the host. I have changed their file type to php. I can get to index.php, but when I try to go to the next page Home.php. I get a HTML 404 error (file not found. I moved the php files to the host with WS-FTP. This is probably basic, but I'm not seeing the error.

Thanks,

Ron
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

You might want to check in the user directory that you have the correct pahe being linked (remember unix webservers are case sensitive).

Cheers Sam
Post Reply