Re: query string passing woes........ help... please....
- From: "rcoan@xxxxxxxxxxxxxxxxxx" <rcoan@xxxxxxxxxxxxxxxxxx>
- Date: 28 Feb 2007 12:51:46 -0800
If I use this in my html page will it pass the emailaddress to the php
page?
<?php
$passedemail = $_GET['emailaddress'];
?>
<form method="POST" action="contact.php">
<input type="text" name="passedemail" value="<?php echo $passedemail; ?
" >
Then on the php page could I use this?
$EmailTo = $_POST['passedemail'];
Is this going around my ass to get to my elbow? Sure seems that way.
But it doesn't work... so guess it's more like going around my ass to
get to my ass ;~)
My problem is (i think) that the query string won't pass to the php
page so if I bring it in the html page and convert it to a variable
can't i then send it to the php page? Am I looking at this all
wrong? I guess I'm just having trouble grasping the big picture here.
.
- Follow-Ups:
- Re: query string passing woes........ help... please....
- From: J.O. Aho
- Re: query string passing woes........ help... please....
- References:
- query string passing woes........ help... please....
- From: rcoan@xxxxxxxxxxxxxxxxxx
- Re: query string passing woes........ help... please....
- From: shimmyshack
- Re: query string passing woes........ help... please....
- From: rcoan@xxxxxxxxxxxxxxxxxx
- Re: query string passing woes........ help... please....
- From: Steve
- Re: query string passing woes........ help... please....
- From: rcoan@xxxxxxxxxxxxxxxxxx
- Re: query string passing woes........ help... please....
- From: Steve
- Re: query string passing woes........ help... please....
- From: J.O. Aho
- Re: query string passing woes........ help... please....
- From: Steve
- Re: query string passing woes........ help... please....
- From: rcoan@xxxxxxxxxxxxxxxxxx
- Re: query string passing woes........ help... please....
- From: J.O. Aho
- query string passing woes........ help... please....
- Prev by Date: Re: query string passing woes........ help... please....
- Next by Date: Re: Which php debugger do you use?
- Previous by thread: Re: query string passing woes........ help... please....
- Next by thread: Re: query string passing woes........ help... please....
- Index(es):
Relevant Pages
|