Page 1 of 1

Noob Question....

Posted: Sun Jan 07, 2007 12:41 am
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

Posted: Sun Jan 07, 2007 1:19 am
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.

Posted: Sun Jan 07, 2007 1:22 am
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