- Where do you access this blog from?
- Do you have any difficulties in navigating the blog? If yes, please explain.
- Do you have any difficulties in accessing your requested articles. If yes, please explain.
- Do you have any difficulties in accessing the blog? If yes, please explain.
- Advantages of a blog as a learning-aid, give your opinion (3 items).
- Disavantages of a blog as a learning-aid, give your opinion (3 items).
- What are the features you frequently use? (Download notes, submit comment, involve in the discussion, download the source code, others) – you may answer more than one.
Scenario You are given a task to develop a simple web database application for a movies rental shop. The system will store the information of all the movies available in the shop. Below are the information needed for the database. Database server information : server address= localhost , username= root , no password Database name: MOVIEDB This is the database source Table name : Movies Fields in table Movies : MovieID , MovieTitle , Category , Director , YearProduced , RentalPrice . Tasks 1. Create the database and table as stated above (using MySQL through phpMyAdmin). Populate the database by entering at least 5 movie titles. 2. Develop the web pages (combination of HTML and PHP scripts) to search and display the movies information by MovieTitle and YearProduced . 3. Develop a HTML form for the user to insert a new record of a new movie. Prepare the input for Category and YearProduced using the select option list. The categories are fiction , horror , comedy , ...
Comments
Post a Comment