Code: Select all
<input type = "text">Code: Select all
<input type = " text">Rob
Code: Select all
<input type = "text">Code: Select all
<input type = " text">Code: Select all
<form action = "" method = "POST">
<input type = "text" name = "first_name">
<input type = "submit" name = "subby" value = " Send ">
</form>
Code: Select all
<form action =" " method =" POST">
<input type =" text" name =" first_name">
<input type =" submit" name =" subby" value =" Send ">
</form>