Re: [PHP] $_POST[] - last character cut away!!

2002-04-29 Thread Herbert Mraz

HTML - body contains:
 
 
 
 

 test.php contains:
 
 when I type in:   'example'
 test.php echoes :   'exampl'
string-length doesn't matter...




> On Mon, 29 Apr 2002, Herbert Mraz wrote:
> > Strange problem here (win2k - iis 5.0 - php 4.2.0):
> > 
> > whenever I send formdata by POST-method, the last character gets
> > stripped...everything's fine when I use GET!
> > I tried various different (HTML-) input types, same everywhere...
> 
> Can you show a self-contained sample that shows the simplest case where 
> this occurs (ideally a 3- or 4-line program)?
> 
> miguel




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




Re: [PHP] $_POST[] - last character cut away!!

2002-04-29 Thread 1LT John W. Holmes

example code?


- Original Message - 
From: "Herbert Mraz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 4:00 PM
Subject: [PHP] $_POST[] - last character cut away!!


> Strange problem here (win2k - iis 5.0 - php 4.2.0):
> 
> whenever I send formdata by POST-method, the last character gets
> stripped...everything's fine when I use GET!
> I tried various different (HTML-) input types, same everywhere...
> 
> register_globals is off, which shouldn't make a difference?
> 
> Anybody?
> 
> Herb
> 
> 
> 
> -- 
> 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




Re: [PHP] $_POST[] - last character cut away!!

2002-04-29 Thread Miguel Cruz

On Mon, 29 Apr 2002, Herbert Mraz wrote:
> Strange problem here (win2k - iis 5.0 - php 4.2.0):
> 
> whenever I send formdata by POST-method, the last character gets
> stripped...everything's fine when I use GET!
> I tried various different (HTML-) input types, same everywhere...

Can you show a self-contained sample that shows the simplest case where 
this occurs (ideally a 3- or 4-line program)?

miguel


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




[PHP] $_POST[] - last character cut away!!

2002-04-29 Thread Herbert Mraz

Strange problem here (win2k - iis 5.0 - php 4.2.0):

whenever I send formdata by POST-method, the last character gets
stripped...everything's fine when I use GET!
I tried various different (HTML-) input types, same everywhere...

register_globals is off, which shouldn't make a difference?

Anybody?

Herb



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