I send hidden variables from a form to a php. In the php
I have the following code to convert the global vars sent:

    If  (isset($_GET['foo']))
        $foo = $_GET['foo']
    else
        $foo = 0;

But this only works using the "GET" method!

Thanks for your answer.



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

Reply via email to