[PHP] Trying to pass a variable through a form...

2001-12-07 Thread Bryant Brabson
Your homework is finished! TonyForm.html: Name: tony1.php Link tony2.php I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get th

Re: [PHP] Trying to pass a variable through a form...

2001-12-06 Thread Anthony Ritter
you paste Tnoy2.php script? Please make sure in Tony2.php $name > is printed but not $lname. > > Alex > > - Original Message - > From: "Anthony Ritter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, Decemb

Re: [PHP] Trying to pass a variable through a form...

2001-12-06 Thread Alex Shi
Can you paste Tnoy2.php script? Please make sure in Tony2.php $name is printed but not $lname. Alex - Original Message - From: "Anthony Ritter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 12:01 AM Subject: [PHP] Trying to pass a v

[PHP] Trying to pass a variable through a form...

2001-12-06 Thread Anthony Ritter
I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get the Tony2.php page to load with the original variable -$lname - printed on the next page (Tony2.php). The Tony2.php loads when I click the link but the