Thanks all for your support!!

-----Original Message-----
From: Dee Ayy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 29, 2007 1:48 PM
To: php-db@lists.php.net
Subject: Re: [PHP-DB] 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

Reply via email to