PHP Solved Slip

a) Accept actor name and display the names of the movies in which he has acted.  b) Insert new movie information.  c) Update the release year of a movie. (Accept the movie name from user)

Consider the following entities and their relationships 

Movie (movie_no, movie_name, release_year) 

Actor (actor_no, name) 

Relationship between movie and actor is many – many with attribute rate in Rs. Create a RDB in 3NF for the above and solve following Using above database, write PHP scripts for the following:(Hint: Create HTML form having three radio buttons) 

a) Accept actor name and display the names of the movies in which he has acted. 

b) Insert new movie information. 

c) Update the release year of a movie. (Accept the movie name from user)

Relationship between movie and actor is many – many with attribute rate in Rs. Create a RDB in 3NF for the above and solve following Using above database, write PHP scripts for the following:(Hint: Create HTML form having three radio buttons) 

Answer : 


a) Accept actor name and display the names of the movies in which he has acted. 

Answer :


b) Insert new movie information. 

Answer : 


c) Update the release year of a movie. (Accept the movie name from user)

Answer :

PHP Solved Slip PHP Solved Slip Reviewed by technical_saurabh on December 23, 2020 Rating: 5

No comments:

Powered by Blogger.