> -----Original Message-----
> From: Kim Steinhaug [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 13, 2003 3:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] $_POST bug?
> 
> 
> My system (win2000 IIS) also handles 0, and webserver (redhat 
> apache) also handles 0.
> 
> Your system sounds faulty in some way,
> what browser are U using and what version of PHP.
> 
> I know from earlier experience that some versions of Netscape 
> behaves strange on the <form> elements, meaning when posting 
> / "getting" the data back to the server. I remember this as 
> one of my "domain search" utilities always came "emtpy" in 
> netscape, and not in Opera and Explorer. So it could be this, 
> but if youre not on Netscape -> Its not this. :)
> 
> Kim
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

I've tried it on opera, netscape, IE, and mozilla right on the server.
It seems to be a php condition thing, not really what's in the $_POST
array, as I just posted print_r($_POST) does contain the values, it's
only when I have if ($_POST['test']) that the problem occurs.



Thanks,

Jake McHenry
Nittany Travel MIS Coordinator
http://www.nittanytravel.com

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

Reply via email to