RE: [PHP-WIN] XP and PHP

2005-02-16 Thread RaveRod
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]

[PHP-WIN] Running PHP4 and PHP5 parallel on Apache v2.0 on Windows?

2005-02-13 Thread RaveRod
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