When I an insert query contains a quote (e.g. Kellog\'s), it fails to insert a record.
Kellog\'s
ERROR MSG:
You have an error in your SQL s
Replace mysql with mysqli. Use this
mysql
mysqli
mysqli_real_escape_string($connection,$_POST['Description'])