I use this code to genefate html
echo \"\";
Everything would be OK unles
If you are relying on user input, use htmlentities($param, ENT_QUOTES);
htmlentities($param, ENT_QUOTES);
See http://uk.php.net/manual/en/function.htmlentities.php