get PHP variable in form and mail
-
Hello,
I would like to use a passed variable (tru the url) that holds a name of a person, when hitting a button to the form. For example
http://html.net/page.php?name=JoeI want to echo name this in the form and it should be mailed with
$_GET["name"]Could anyone help me out? Thanks a lot.
Kind regards, Bart
The topic ‘get PHP variable in form and mail’ is closed to new replies.