Re: Product details not being displayed, based on passed id

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

 



Mark Sargent wrote:
<big snip>
Hi All,

ok, so let me understand this. To be able to use GET/POST and some others, I need this turned on, yes..? Do you all have it set to on..? If no, how do you get around this..? Cheers.

No. With globals off, php just doesn't _magically_ transform mydomain.com/script.php?foo=bar into a variable named $foo with a value of bar. The data is still there.


For something passed in the query (URL) string, use the $_GET array...

$_GET['foo']

For something passed by a form with the post method, use the $_POST array...

$_POST['foo']

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux