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 field?


> Hello!
> 
> I have a simple hidden input-field like
> <INPUT TYPE="HIDDEN" VALUE="Hello world" NAME="Message">
> 
> Now sometimes I need to insert " like:
> 
> <INPUT TYPE="HIDDEN" VALUE="Hello \"world\"" NAME="Message">
> 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/unsub.php
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to