RE: [PHP-WIN] quotes and backslashes

2003-02-12 Thread Chris Kranz
Checkout the stripslashes() and addslashes() functions. Very cool for stuff like this, and very easy :) chris kranz fatcuban.com -Original Message- From: Per Lundberg [mailto:[EMAIL PROTECTED]] Sent: 12 February 2003 09:00 To: Bobo Wieland Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN

Re: [PHP-WIN] quotes and backslashes

2003-02-12 Thread Per Lundberg
On Wed, 2003-02-12 at 09:35, Bobo Wieland wrote: > When I have strings like 'Hello "World"' containing quotes and passes them > to another page I use: rawurlenecode(html_entity_decode($string, > ENT_QUOTES)). > > And then I use rawurldecode to display them again, getting the string: > 'Hello \"Wo