Quote:
Originally Posted by Jeff
They are both the same?
|
What I mean is the difference of function between intval() and mysql_real_escape_string(). Anyway quick search about intval() in google explain everything.
From what I learned mysql_real_escape_string() is good enough to sanitize
ANY user input. I'm just worried that mysql_real_escape_string() function only works in certain condition.
Thanks