] quotes and backslashes
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
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
Hi!
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 \"World\"' ...
Why, and hw do I fix it? My brain isn't in th