RE: Sending value to another page...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks all for your support!!

-----Original Message-----
From: Dee Ayy [mailto:dee.ayy@xxxxxxxxx] 
Sent: Thursday, November 29, 2007 1:48 PM
To: php-db@xxxxxxxxxxxxx
Subject: Re:  Sending value to another page...

I just tested ?'OrderNumber'=TEST222808
and it works with and without quotes.

The problem is you have
echo (['OrderNumber'])
when you need
echo $_GET['OrderNumber'];
or possibly
echo ($_GET['OrderNumber']);

-- 
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



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux