| you need to set register_globals to on in the php.ini file. otherwise, you need to use $_GET[] to retreive url variables and $_POST[] for post variables.
i ALWAYS use $_GET[] and $_POST[] anyway so my applications are more portable and I don't fear that if this setting on a server was changed, that my scripts would fail.
__________________ Mike |