mck3bangalore
Right off the assembly line
Hey ppl, Can anyone plz provide me with the php scrip for the "myscript.php", for this html code.
"myscript.php" => guyz i wann the form fields to be fowarded to my email directly or to an online database.
Code:
<form name="input" action="myscript.php"
method="get">
Firstname:
<input type="text" name="user">
Lastname:
<input type="text" name="user">
<input type="submit" value="Submit">
</form>