Thanks Jason!
I took them out, and it comes through as "
http://www2.otc.fsu.edu/Forms/TEST/cellreg.php?OrderNumber=TEST223008"
now, but still nothing shows up in the field for order number on the
receiving page (cellreg.php). Did I echo that properly? Do I need to
turn sessions on?
Advertising
Trish
-----Original Message-----
From: Jason Gerfen [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 29, 2007 1:38 PM
Cc: php-db@lists.php.net
Subject: Re: [PHP-DB] Sending value to another page...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
VanBuskirk, Patricia wrote:
> I am trying to send an order number from a confirmation page to
another
> form and insert it into the order number field on the new form. Can
> anyone tell me what I am doing wrong??!!
>
>
>
> Here's the portion of my code that has the link (it passes
>
http://www2.otc.fsu.edu/Forms/TEST/cellreg.php?'OrderNumber'=TEST222808)
> :
>
It should be
http://www2.otc.fsu.edu/Forms/TEST/cellreg.php?OrderNumber=TEST222808
Notice the missing single quotes? If you encapsulate a global $_GET var
php will not look at anything between '' it will skip that and search
for an &varname=value or ?varname=value string. Then $_GET['varname']
will contain something.
>
>
> <?php
>
>
>
> if(isset($_POST['Cellular_Service'])) {
>
>
>
> echo ("<table width='100%' border='3' cellpadding='0'
> cellspacing='0' bordercolor='#990000' bgcolor='#FFFFCC'>
>
> <tr class='style5'>
>
> <td align='center'><b><font size='3'>In order to complete your
> cellular phone request, you are REQUIRED to REGISTER the cell phone(s)
> with the FSU employees through their FSUID. Please go to the <a
>
href=\"http://www2.otc.fsu.edu/Forms/TEST/cellreg.php?'OrderNumber'=".$o
> rder['Order_Number']."\">Cell Phone Registration Form</a> to complete
> your order. Thank you! </font></b></td>
>
> </tr>
>
> </table><br>");
>
> }
>
> ?>
>
>
>
> Here's the page it goes to (it puts nothing in the Order Number
field):
>
>
>
> <HTML>
>
> <HEAD>
>
> <TITLE>Cell Phone Registration</TITLE>
>
> <LINK href="tsr.css" rel="stylesheet" type="text/css">
>
> </HEAD>
>
> <BODY class="style13">
>
> <TABLE width="500" border="0" cellpadding="5" cellspacing="0">
>
> <FORM action="thankyou.php" method="post" name="cellform">
>
> <TR class="style13">
>
> <TD height="57" colspan="4" align="center"
> valign="top"><H2><IMG src="images/OTC.jpg" width="300"
height="75"></H2>
>
> <H2>Cell Phone Information</H2></TD>
>
> </TR>
>
> <TR valign="bottom" class="style13">
>
> <TD align="center"><INPUT type="text" name="OrderNumber"
> value="<?php echo (['OrderNumber']); ?>" size="15" /></TD>
>
> <TD align="center"><INPUT type="text" name="FSUID"
value=""
> size="20" /></TD>
>
> <TD align="center"><INPUT type="text" name="UserName"
> value="" size="25" /></TD>
>
> <TD align="center"><INPUT type="text" name="PhoneNumber"
> value="" size="15" /></TD>
>
> </TR>
>
> <TR class="style13">
>
> <TD align="center" valign="top">Order # </TD>
>
> <TD align="center" valign="top">FSUID</TD>
>
> <TD align="center" valign="top">User Name</TD>
>
> <TD align="center" valign="top">Phone #</TD>
>
> </TR>
>
> <TR>
>
> <TD colspan="4" align="center">
>
> <INPUT
> type="submit" name="new_record" value="Add Line" />
>
> <INPUT type="reset" name="clear"
> value="Clear" /></TD>
>
> </TR>
>
> </FORM>
>
> </TABLE>
>
>
>
> </BODY>
>
> </HTML>
>
>
- --
Jason Gerfen
"I practice my religion
while stepping on your
toes..."
~The Ditty Bops
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHTwb+5vk8bwKVAaIRAs6cAJ9fy+tyXH74q2mlwmm5o6Pn1HEBjQCdHMOs
Sxf5BdnaJOAmun2XG2LEbW8=
=w5lq
-----END PGP SIGNATURE-----
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php