On Thu, 21 Oct 2004 16:06:37 +0200, Reinhart Viane <rv@xxxxxxxx> wrote: > I don't know if this can be caused by the fact register_globals seem to > be 'on' on the server (btw PHP Version 4.2.3) You can override that setting if the web server is running apache and AllowOverrides is set for your directory. You can make an .htaccess file with this in it: php_flag register_globals Off -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php