Need Help

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
DWBuck
Forum Newbie
Posts: 3
Joined: Mon Sep 27, 2010 8:33 pm

Need Help

Post by DWBuck »

Hello. Im currently working on a website but im am stuck. I want visitors to be able to enter their details and have it sent to me in a new file on my hosting site. The problem is when i click on Send it tries to go to my website with /post.php on the end and i get this error message "Not Found

The requested URL /Post.php was not found on this server."

This is quite urgent because i am stopping production until i can figure out how to sort this problem out.

Feel free to add me on MSN for further help: Lynxcan@hotmail.com

Thanks for your help.
Dane.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Need Help

Post by Jonah Bron »

Linux servers are file name case sensitive. It looks like you might have accidentally (not) capitalized post.php.
DWBuck
Forum Newbie
Posts: 3
Joined: Mon Sep 27, 2010 8:33 pm

Re: Need Help

Post by DWBuck »

Hmm i dont think thats the problem. Ive figured out how to Have the details sent to me. only problem im getting now is that i is not giving me the password they type in. It is hidden or something. Even though i get the username.
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: Need Help

Post by DigitalMind »

DWBuck wrote:The requested URL /Post.php was not found on this server
If the script location is not domain.com/post.php then remove "/". Use just post.php instead of /post.php
DWBuck
Forum Newbie
Posts: 3
Joined: Mon Sep 27, 2010 8:33 pm

Re: Need Help

Post by DWBuck »

Thanks. i will try this. mind adding me on msn? i wouldn't mind chatting about this instantly.
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: Need Help

Post by DigitalMind »

I'm not registered on msn. I can give you my gtalk contact.
Post Reply