Justin French wrote:

on 12/03/03 7:40 PM, Chris Hewitt ([EMAIL PROTECTED]) wrote:

It sounds as though you have register_globals off in php.ini. Either
turn it on, or better still, get at your variables on your action page
with $GET['var'] for get method or $POST['var'] for post variables. Look
this up in the fine manual.


small correction $_GET['var'] and $_POST['var'] not $GET['var'] and $POST['var']

:)

Justin


Gulp! Yes! That is what I get for trying to do my email too quickly! Thanks for correcting me.


Chris


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



Reply via email to