csev / wa4e

Course materials for www.wa4e.com
BSD 2-Clause "Simplified" License
209 stars 228 forks source link

Update single_mysql.php #53

Closed srcatto closed 1 year ago

srcatto commented 1 year ago

Backticks for keywords. Typo, Update Charset, add " ; " in places. The Coursera page has other edits from feedback. Line 113 & 119 already use backticks for the execution operator, print ... will need to be checked to get, INSERT INTO Ages (name, age) as the output.

csev commented 1 year ago

Thank you!