jio Posted August 2, 2021 Share Posted August 2, 2021 I need help due soon. I'm not asking to copy anyone's exact answers, I can learn and re-write my own later. It's about 1)From a PHP page, create a MySQL database 2)From a PHP page, create the appropriate tables 3)From a PHP page, apply CRUD operations using SQL language -------------------------------------------------- The database contains the following elements: ID of type INT and length 6 Name of type VARCHAR and length 40 Type of type VARCHAR and length 40 Make of type VARCHAR and length 40 Model of type VARCHAR and length 40 and The items from an input csv file are imported into the database table through a PHP script and A Javascript script is used to search through the items in the database when the user enters text in the search field. No items are displayed when the search field is empty. Quote Link to comment Share on other sites More sharing options...
requinix Posted August 2, 2021 Share Posted August 2, 2021 Help with what, exactly? What have you tried so far and what problem are you having with it? Quote Link to comment Share on other sites More sharing options...
jio Posted August 2, 2021 Author Share Posted August 2, 2021 I tried creating a PHP page ( first time learning PHP). And the rest I don't know how to do Quote Link to comment Share on other sites More sharing options...
Barand Posted August 2, 2021 Share Posted August 2, 2021 Everything you need is here... https://www.php.net/manual/en/ https://dev.mysql.com/doc/refman/5.7/en/introduction.html 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.