View Single Post
Old 07-26-2008, 04:58 PM   #5 (permalink)
dopex
Senior Member
 
dopex's Avatar
 
Join Date: Dec 2007
Posts: 990
Reputation: 46
dopex is on a distinguished road
Send a message via ICQ to dopex Send a message via AIM to dopex Send a message via MSN to dopex Send a message via Yahoo to dopex Send a message via Skype™ to dopex
Default

thanks for your help. i think i got it. my first attempt didn't work

<?php

$email = $_GET['email'];

?>

and it didn't fill in the form cause well duh, i didn't make the value to be
<?php echo $_GET["email"]; ?

or <php>$email</php> as in your example.

thank you .

one last test and i think i got this.

alright well those didnt work so what i did was just

Code:
<input name=email value="<?php echo $_GET["email"]; ?>">
thanks for your help johnfoe
__________________

<assault14> why are u being prejitist and calling us gays
dopex is offline   Reply With Quote