Importing JSON into MySQL with PHP
Creating a Security Events Table
In this tutorial, you will create a MySQL table to store security event data imported from a JSON...
Importing JSON into MySQL with PHP
In the previous tutorial, you created a security_events table. In this tutorial, you will read d...
Querying Imported Data with SQL
In the previous tutorial, you imported JSON data into the security_events table. In this tutoria...
Building a Security Dashboard Using PHP and MySQL
In the previous tutorial, you used SQL queries to analyse imported JSON data. In this tutorial, y...