Problems passing a variable in a form
-
I was using RunPHP plugin until recently and now switched to Insert PHP. Works well except in one situation: I want to pass a variable value called “email” to a form. It works in PHP, but when I try he Insert PHP it doesn’t appear to be passed. Below is the code I use:
<input name="email" type="text" id="email" value="[insert_php] print stripslashes(urldecode($_GET["email"])); [/insert_php]">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problems passing a variable in a form’ is closed to new replies.