Re: [PHP] Plus sign changing to space in html form

2002-10-29 Thread Stan
; >probably thinking the text is encoded and it's removing the plus sign. > >Not sure on a solution. > > > >---John Holmes... > > > >>-----Original Message----- > >>From: Stan [mailto:stann@;pobox.sk] > >>Sent: Monday, October 28, 2002 6:27 PM >

Re: [PHP] Plus sign changing to space in html form

2002-10-29 Thread Stan
sure on a solution. > > > >---John Holmes... > > > >>-----Original Message- > >>From: Stan [mailto:stann@;pobox.sk] > >>Sent: Monday, October 28, 2002 6:27 PM > >>To: [EMAIL PROTECTED] > >>Subject: [PHP] Plus sign changing to

Re: [PHP] Plus sign changing to space in html form

2002-10-28 Thread Chris Shiflett
er 28, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: [PHP] Plus sign changing to space in html form When i post a string containing plus sign with htmp form to a php scritp, the '+' is changed to space. e.g: i enter 'as+df' to a text input but $_POST[] returns 'as df'

RE: [PHP] Plus sign changing to space in html form

2002-10-28 Thread John W. Holmes
2 6:27 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Plus sign changing to space in html form > > When i post a string containing plus sign with htmp form to a php scritp, > the '+' is changed to space. > e.g: i enter 'as+df' to a text input but $_POST[] re

Re: [PHP] Plus sign changing to space in html form

2002-10-28 Thread Tom Woody
I did your little test and couldn't reproduce the problems you are having. as+df gets returned correctly. Test server: Apache 1.3.23-11 w/ PHP 4.1.2-7 (RH7.3 rpms) On Tue, 29 Oct 2002 00:26:39 +0100 "Stan" <[EMAIL PROTECTED]> wrote: > When i post a string containing plus sign with htmp form to a

[PHP] Plus sign changing to space in html form

2002-10-28 Thread Stan
When i post a string containing plus sign with htmp form to a php scritp, the '+' is changed to space. e.g: i enter 'as+df' to a text input but $_POST[] returns 'as df' instead. It must be in php or apache configuration bcause i have this problem only on sytem with FreeBSD. On windows it works as e