7 lines
No EOL
90 B
PHP
Executable file
7 lines
No EOL
90 B
PHP
Executable file
<?php
|
|
|
|
function safetag($string) {
|
|
return strip_tags(htmlspecialchars($string));
|
|
}
|
|
|
|
?>
|