I am trying to update the database and replacing single quotes. I am getting the following error:
Wrong parameter count for htmlspecialchars() in /home/ejfweb/ejfrealestate-www/EJFAdmin/addinfo.php on line 65
Here is my code.
$Desc = htmlspecialchars($Description, ENT_QUOTES);
Any ideas why this is not working. I am taking $Desc and trying to insert into the database but I get that error before my insert occurs.
Thanks