write a program in php: create an application that opens a file that contains a
ID: 3659025 • Letter: W
Question
write a program in php: create an application that opens a file that contains a list of movie information, each movie record on a separate line. Each movie record contains the title of the movie, movie type, weekly gross, weeks in release, and number of theaters, with each data item separated by a single quote. The application should read all of the records form the selected file and display them as a HTML document. For testing purposes, allow the user to choose between three different files: week1.txt, week2.txt,week3.txt, each file contains a different number of movies. do the following Compute and display the total weekly gross of all movies Count and display the number of movies processed display the logo of the top grossing movie type of the week (comedy or Drama) compute and display the percent of movies that are "action" movie type compute adn display the average number of theaters for movies that are "drama" movie type.Explanation / Answer
check this www.microsoft.com/web/.../web-development-101-part-5-using-data
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.