[PHP] POST/GET is not working for PHP 4.2.0 on W2K Advanced Server

2002-04-27 Thread JaseyX

Hi there,

Anyone else having trouble with vanished form
posts/gets with the new PHP 4.2.0 on Windows 2000
Advanced Server?

I re-installed 4.1.1 and everything worked again...

Regs,
Jason

__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] POST/GET is not working for PHP 4.2.0 on W2K Advanced Server

2002-04-27 Thread John Holmes

Register_globals is off by default and you have to use the $_GET and
$_POST arrays for your data.

---John Holmes...

 -Original Message-
 From: JaseyX [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, April 27, 2002 1:38 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] POST/GET is not working for PHP 4.2.0 on W2K Advanced
 Server
 
 Hi there,
 
 Anyone else having trouble with vanished form
 posts/gets with the new PHP 4.2.0 on Windows 2000
 Advanced Server?
 
 I re-installed 4.1.1 and everything worked again...
 
 Regs,
 Jason
 
 __
 Do You Yahoo!?
 Yahoo! Health - your guide to health and wellness
 http://health.yahoo.com
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php