thanks, both ideas worked :-)
chris
"Jan Matejka" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> have a look into your PHP.INI:
>
> ; - register_globals = Off
> ; Global variables are no longer registered for input data (POST, GET,
> cookies,
> ; envi
have a look into your PHP.INI:
; - register_globals = Off
; Global variables are no longer registered for input data (POST, GET,
cookies,
; environment and other server variables). Instead of using $foo, you
must use
; $HTTP_POST_VARS["foo"], $HTTP_GET_VARS["foo"],
$HTTP_COOKIE_VARS[