finally, I have this issue solved. I have recompiled PHP "without" this
--enable-mbstr-enc-trans For those who said they have no problem with the "+" sign, tried to compile your PHP with the option above and tried it out!!! ;) I know this is not a PHP bug but I am curious how people handle the "+" sign issue when they have this option support in their php.. Chris Shiflett <[EMAIL PROTECTED]> 11/19/2002 11:32 PM Please respond to shiflett To: Hugh Danaher <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject: Re: [PHP] plus sign has changed to space after POST That's a terrible idea. Not only does this avoid fixing the real issue (tries to fix the symptom instead of the problem), you're telling him to change all spaces to + signs. Imagine a form asking for your name. You enter "Hugh Danaher" only to see it translated into "Hugh+Danaher" on the server. Chris --- Hugh Danaher <[EMAIL PROTECTED]> wrote: > Just do ereg_replace(" ","+",$var) on the receiving end and be done > with it. > > From: <[EMAIL PROTECTED]> > > > > > After upgrade to 4.2.3, plus "+" sign has changed to space > > > after POST. I have checked the mailing list but can't find any > > > help to turn this off forever! is this a bug in PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php