Question: Write a Quote of Today PHP program o Make 10 quotes in a MySQL database name the database quote_db and name the table quote_table. Provide
Write a Quote of Today PHP program o Make 10 quotes in a MySQL database name the database quote_db and name the table quote_table. Provide the SQL that creates your database and table in a text file, e.g. db.sql NOTE: The assessor will copy your SQL statements (exactly as it is) and run to create the database/table/records you used in your program. All the database records required in your program must be correctly created. Test your SQL statements before submit. Validate the database structure and its elements against the requirements and provide a document. o Your program will randomly read a record (a quote) from the database table for the day and display on the web browser.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
