Make sure that, if in the PHP script you're using $subportion, that in your php.ini file you have register_globals set to off.
If you'd like to leave it on, use $_GET['subportion'] instead. -----Original Message----- From: Jason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 5:21 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP 4 on Apache 1.3.27 I installed PHP on Apache on Windows 98 and it's all working, simply put. PHP renders the pages correctly however when trying to access a sub-portion of a PHP page (ie. page.php?subportion=thisstuff) it still only displays the default page. I have found NOTHING that explains how to get around this problem. Any help? -- --- J3i Inc. http://www.square-unlimited.org/j3i/index.php Free resources for wemasters and computer users. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php