Help with querying MySQL database

To retrieve data from your database you don’t have to actually encode it into an HTML table… just try to pass it back as JSON format. Also make sure to read about sanitizing your user data you received before writing it into your database because you can easily be hacked otherwise.

2 Likes