Maybe I'm missing something here, but can anyone see a problem with the following insert syntax:
"INSERT INTO people (name,age,address) VALUES('$name','$age','$address')";
All I get is: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for...