Webmaster's Community

Designing and Development => Programming => Topic started by: Savera on July 02, 2011, 03:23:49 PM

Title: Warning: htmlentities() expects parameter 2 to be long - UTF8
Post by: Savera on July 02, 2011, 03:23:49 PM
Hi
I am trying to sanitize UTF8 string and now I am getting this error
Warning: htmlentities() expects parameter 2 to be long, string given in s\www\dict\includes\functions.php on line 7

I have used
   return htmlentities(mysql_real_escape_string($string);

Now I am not sure is it because of this htmlentities or some other part ?