Re: [PHP] How to escape " in hidden field?

2002-09-03 Thread Jan Kudrman
Try HTMLSpecialChars function. http://www.php.net/htmlspecialchars Regards, Jan - Original Message - From: "Martin Thoma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:59 AM Subject: [PHP] How to escape " in hidden fiel

Re[2]: [PHP] How to escape " in hidden field?

2002-09-02 Thread Tom Rogers
Hi, Tuesday, September 3, 2002, 4:35:45 PM, you wrote: >> Try this with single quotes: >> >> MT> Year, but then I couldn't use single-quotes in the text ;-) The problem is that MT> the content of the field is inserted by the user, so I cannot say if he uses MT> single- and/or double-quotes

Re: [PHP] How to escape " in hidden field?

2002-09-02 Thread Martin Thoma
> Try this with single quotes: > > Year, but then I couldn't use single-quotes in the text ;-) The problem is that the content of the field is inserted by the user, so I cannot say if he uses single- and/or double-quotes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] How to escape " in hidden field?

2002-09-02 Thread Martin Towell
Hi Martin You can also do this HTH Martin :) -Original Message- From: Tom Rogers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 11:24 AM To: Martin Thoma Cc: [EMAIL PROTECTED] Subject: Re: [PHP] How to escape " in hidden field? Hi, Monday, September 2, 2002,

Re: [PHP] How to escape " in hidden field?

2002-09-02 Thread Tom Rogers
Hi, Monday, September 2, 2002, 7:59:43 PM, you wrote: MT> Hello! MT> I have a simple hidden input-field like MT> MT> Now sometimes I need to insert " like: MT> MT> But this makes PHP (or the browser?) cutting of the string after "Hello MT> ". How can I escape the "? MT> Martin Try this wit

[PHP] How to escape " in hidden field?

2002-09-02 Thread Martin Thoma
Hello! I have a simple hidden input-field like Now sometimes I need to insert " like: But this makes PHP (or the browser?) cutting of the string after "Hello ". How can I escape the "? Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu