| 
 Posted by Juliette on 06/28/75 11:57 
monomaniac21 wrote: 
>> Try £ for £ 
>> --  
>  
> i cant as it is the user entering the pound into textarea. 
>  
 
Excuse me.. you mean you are accepting user input with your eyes wide  
shut ?!?! No validation or formatting at all ? 
Bad practice to start with... 
 
But hey.. it's your app that will get hacked, not mine. 
 
For solving the ? puzzle, set the form encoding to the correct charset,  
set the page encoding to the correct charset, send a good charset header  
and use htmlentities() *with* the optional encoding parameter. 
 
It that doesn't help you, be more specific in your question.
 
[Back to original message] 
 |