The error message I got:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to
Use backticks ` instead of quotes ' to escape names. Quotes are string delimiters.
`
'
$toq="INSERT INTO articles (`word`,`group`, `selfnote`) VALUES ('$ttle','$wrdr','$snote')";