Question
please help me code this Create a database called hw In it, create a table called dogs with following columns id, an unsigned integer used
please help me code this Create a database called hw In it, create a table called dogs with following columns id, an unsigned integer used as the key name, a varchar(20) age, an unsigned integer size, one of small, medium, large Write 2 HTML documents and corresponding PHP scripts One pair lets you enter the info on a 1 dog at a time Every time you submit, you add a new tuple to the dogs table The 2nd pair allows 2 kinds of queries: Display the entire table (formatted as an HTML table) Find all dogs of a given size, display id and name in a table Hints: Use radio buttons to determine which query Use radio buttons for the second query (ignored if 1st query chosen) E.g.,
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started