RE: Re[2]: [PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Leila Lappin
bject: Re[2]: [PHP] Problems escaping apostrophe, please help Hi, TR> What I do to overcome this is in PHP do: TR> $content = rawurlencode($content); TR> and in the html javascript: TR> unescape("$content"); I didn't do that very well, you

Re[2]: [PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Tom Rogers
Hi, TR> What I do to overcome this is in PHP do: TR> $content = rawurlencode($content); TR> and in the html javascript: TR> unescape("$content"); I didn't do that very well, your code would look something like: "); document.form1.factor.value=unescape(""); document.form1.submit();

Re: [PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Tom Rogers
Hi, Friday, June 10, 2005, 12:05:48 AM, you wrote: LL> Hello all, LL> I hope this hasn’t been answered a zillion times already, I've tried LL> everything I know and nothing has worked. The following is the PHP statement LL> and the HTML rendering. The apostrophe is displayed as is and breaks the

RE: [PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Chris W. Parker
Leila Lappin on Thursday, June 09, 2005 7:46 AM said: > == This is the rendering === > == (note the heart's apostrophe breaks IE and firefox) === > > http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Leila Lappin
Hello all, I hope this hasn’t been answered a zillion times already, I've tried everything I know and nothing has worked. The following is the PHP statement and the HTML rendering. The apostrophe is displayed as is and breaks the browser. May be I am wrong but I was under the impression that esc

[PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Leila Lappin
Hello all, I hope this hasn’t been answered a zillion times already, I've tried everything I know and nothing has worked. The following is the PHP statement and the HTML rendering. The apostrophe is displayed as is and breaks the browser. May be I am wrong but I was under the impression that esc