dries wrote:
Any ideas how to debug this ??
Grtz Dries
Does it work if you try this?
<html>
<body>
<? printf("Test var equals : ".$HTTP_GET_VARS{'testvar'}); ?>
</body>
</html>
Also, take a look in php.ini (usually in /etc) for :
register_globals = On
HTH
sjb