Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question No 3 15 Create a database having two tables Category and Product with given fields and create a form given below, make sure data
Question No 3 15 Create a database having two tables Category and Product with given fields and create a form given below, make sure data all are fetched through database and in Product field data should be retrieved on the basis of category field selection. For question solving use JQuery, PHP and SQL. Category: cat_id, category Product: pro_id, cat_id , pro_title, pro_descp CATEGORY Data from table country SELECT CATEGORY PRODUCT SELECT PRODUCT Data from city table but basis on country value Question No 3 15 Create a database having two tables Category and Product with given fields and create a form given below, make sure data all are fetched through database and in Product field data should be retrieved on the basis of category field selection. For question solving use JQuery, PHP and SQL. Category: cat_id, category Product: pro_id, cat_id , pro_title, pro_descp CATEGORY Data from table country SELECT CATEGORY PRODUCT SELECT PRODUCT Data from city table but basis on country value
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