VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
Error In Image;Code:Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ooplr\functions\Sanitize.php on line 4
You must be registered for see links
Sanitize.php;
Code:
<?php
function escape($string) {
return htmlentities($string, ENT_QUOTES, 'UTF-8')
}
?>