Try using either $_POST['NAMES'] or $_REQUEST['NAMES'].
You can only use $NAMES if you have register_globals on (which is a bad
thing).
-Original Message-
From: Stan Holmes [mailto:[EMAIL PROTECTED]
Sent: Thursday, 17 February 2005 2:06 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN]
I've googled for this information but I'm just getting myself confused.
We have Apache v2.0 and PHP v4.3.10 running on a Windows XP machine (using
vhosts).
Our developers would like to dabble with PHP v5.x without disrupting PHP
v4.x. From what I've read the only way around this is to run multipl