Hi owo,
I'm not quite sure what you mean. But if you had a form called form.php:
Then on a separate page (submit.php), these are the variables that have been transferred from form.php: $firstname, $mycolor, and $weirdcomments. Does that make sense?Code:<html> <head><title>Form</title></head> <body> <form action="submit.php" method="post"> <input type="text" name="firstname"><br><br> <input type="radio" name="mycolor" value="blue"><br> <input type="radio" name="mycolor" value="red"><br> <input type="radio" name="mycolor" value="green"><br><br> <textarea name="weirdcomments"></textarea><br><br> <input type="submit"> </form> </body></html>![]()




Bookmarks