i make form for biodata. but when i test it , can't work and the data not sent to my email. here the sample. <form method="post" /> <table> <tr> <td>Name:</font></b></td> <td><input type="text" name="name" /></td> </tr> <tr><td ><b>Website URL:</font></b></td> <td><input type="text" name="url" size="55" value="http://" ></td> </tr> <tr> <td><input type="submit" value="Submit" /></td></tr> </table> </form> Code (markup): please help me guys to fix it.
There should be a PHP script handling data sent by the form (I read that you can send an e-mail by HTML only but that solution sucks because it doesn't check if a field is empty etc.). Take a look at this: http://myphpform.com/