I have a new install of php. Simply, php variables are not being assigned as http variables unless specifically set to do so via:
$var = (!empty($HTTP_GET_VARS["var"]) ? $HTTP_GET_VARS["var"] : "main"); Otherwise they are not passed. This is under Apache v1.3.19 and PHP v4.0.6. PHP was configured as: ./configure --prefix=/usr/local --with-apxs --enable-ftp --with-mysql=/usr --with-imap --with-openssl=/usr/local/ssl Any suggestions are greatly appreciated. Thanks! Regards, Thomas Meggs -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]