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

2002-09-02 Thread Martin Thoma
> Hi, > Its really stupid to use that command because there is not any function > to come back to the real way. You should just addslashes() to it then remove > them. Hi Nicos, unfortunalty, it doesn't work to use stripslashes: When using: (which is the same the stripslashes would produce),

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

2002-09-02 Thread nicos
Hi, Its really stupid to use that command because there is not any function to come back to the real way. You should just addslashes() to it then remove them. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT

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

2002-09-02 Thread Steel
Hi Martin, Monday, September 2, 2002, 2:21:10 PM, ß ïîëó÷èë: >> Using the htmlspecialchars() function, so that "Hello \"world\"" will be >> written in pure HTML: "Hello "world"" MT> Thanx a lot! But how do I get it back to 'Hello "world"'? Do I have to do it MT> manually? MT> Martin Yep. But