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
https://html.net/page.php?name=Joe
I 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.