db If ($kam == "f2db") { If (get_magic_quotes_gpc()!=1) { $text = AddSlashes($text); } } // db => form, form => form ElseIf ($kam == "db2f" OR $kam == "f2f") { $text = htmlspecialchars(stripslashes($text)); } // db => web ElseIf ($kam == "db2w") { $text = nl2br($text); } // db => javascript ElseIf ($kam == "db2j") { $text = str_replace(chr(10), '', $text); $text = str_replace(chr(13), '', $text); $text = htmlspecialchars($text); } return $text; } ?>Dotaz nelze provest