mysql_real_escape_string ( string $unescaped_string [, resource $link_identifier ] )
Parameter 1 is the first value of this function.
If you try to use this function say on an image upload or something other than a string (such an array --- if you multi-select something {checkboxes, etc}) it will throw an error.
I would guess it is likely an array that is being passed and throwing an error
=NOT
Main Topics
Browse All Topics





by: ivostoykovPosted on 2009-08-18 at 22:56:15ID: 25129904
check the sintax here and quote some source.
I