I 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

User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

HTML forms don't send email. However formmail.cgi does. If you want something similar for PHP try NateMail.

http://www.mindpalette.com/formprocessing/index.php
Unique1126
Forum Newbie
Posts: 9
Joined: Sun Sep 04, 2005 8:20 pm

Post by Unique1126 »

why isnt this code working . . . . visit the link to see the form

http://pskillzproductions.com/uniquedesigns/contact.htm
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Unique1126 wrote:why isnt this code working . . . . visit the link to see the form

http://pskillzproductions.com/uniquedesigns/contact.htm
Thats pretty easy:

The requested URL /uniquedesigns/mail.php was not found on this server.

Where is mail.php? Its not where the contact.htm form sends people. Thats what you need to fix. :)
Post Reply