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
Noob Question....
Moderator: General Moderators
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.