(45 MARKS)
2.1 You are building a crowd-sourced news reporting website for train spotters.
Anyone is allowed to upload information (images, videos, commentary) about trains
that they have ever seen or upcoming special railway events. There is a set of
authenticated editors that review all the submissions and select items for inclusion on
the site. Users who have registered a login name with the site can post comments and
further images and videos on the items. These users, however, are not authenticated.
The site has the following characteristics :
a) What is the process for creating a crowd-sourced news reporting website in
PHP, including creating a database, registration page, login page, and
dashboard for users to post information?
b) Create the website as specified above.
2.2 Create a feedback form as shown in figure 1. When the user clicks the submit
button, the system should echo back whatever the user entered as shown in figure 2.
Expected Output
(25)
Complete this form to Submit Your Feedback
Fig: 1