Re: Sending value to another page...

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

 



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


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

  Powered by Linux