Objectives
Convert data from one data type to another
Use the PHP function json_encode() to create JSON data
Use the PHP function fputcsv() to create CSV data
Use SQL statements to determine a database name, table name, and column names
Use SQL statements to determine if the values in a column are numeric
Convert a database table to a PHP array
Use the PHP function ...