Noob Question....

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
brayker
Forum Newbie
Posts: 1
Joined: Sun Jan 07, 2007 12:29 am

Noob Question....

Post by brayker »

I made my first contact form in php and to my dismay it sucks a$$ and if any of you experienced ppl can tell me what is wrong after looking at it for a second let me know. theURL is http://www.brayker.net/projects/acculub ... ulube.html

Contact(html file) and sendmail.php (process the html) Using post and request.

I CAN EMAIL YOU THE ACTUAL FILE ALSO just let me know your email address

Thanks
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Post by Zoxive »

Code: Select all

<form  method="post" action="">
= >

Code: Select all

<form  method="post" action="sendmail.php">
??

You didn't tell it to post the variables anywhere.
afbase
Forum Contributor
Posts: 113
Joined: Tue Aug 15, 2006 1:29 pm
Location: SoCAL!!!!

Post by afbase »

Do you have an idea of what may be the problem? Try posting some of the problematic php code.


EDIT
looks like Zo' got it
Post Reply