Re: PHP question on query string formatting

2001-03-28 Thread Alson van der Meulen
On Thu, Mar 29, 2001 at 03:34:47AM +, Sibuyas wrote: > hello list! > > if i enter this string inside a input box: > > > it's & a "sample" > string! > > > and the form method used is GET, the string is passsed in the query string > looking > like this: > > it%27s+%26+a+%22sample%22%0D%0A

Re: PHP question on query string formatting

2001-03-28 Thread Alson van der Meulen
On Thu, Mar 29, 2001 at 03:34:47AM +, Sibuyas wrote: > hello list! > > if i enter this string inside a input box: > > > it's & a "sample" > string! > > > and the form method used is GET, the string is passsed in the query string looking > like this: > > it%27s+%26+a+%22sample%22%0D%0Ast

PHP question on query string formatting

2001-03-28 Thread Sibuyas
hello list! if i enter this string inside a input box: it's & a "sample" string! and the form method used is GET, the string is passsed in the query string looking like this: it%27s+%26+a+%22sample%22%0D%0Astring%21 where i need help... using PHP, how do you convert the first string into

PHP question on query string formatting

2001-03-28 Thread Sibuyas
hello list! if i enter this string inside a input box: it's & a "sample" string! and the form method used is GET, the string is passsed in the query string looking like this: it%27s+%26+a+%22sample%22%0D%0Astring%21 where i need help... using PHP, how do you convert the first string into