Make some PHP pages for project. I am not going to specify the number of pages, but the following features and functionality should be present
Have an INSERT query. There should be some type of validation on at least two different type of fields (or two different patterns/filters).
Have a DELETE query.
Have an UPDATE query.
Have a SELECT query that populates an element of a form. (For example, you have a one-to-many relationship as well as
a many-to-many relationship, and the options for the foreign key(s) in an INSERT or UPDATE might come from a drop-down
select).
Have at least five SELECT queries.
At least one must be displayed in a datatable.
At least one must be displayed in a PDF table.
At least one must be displayed as JSON.
At least one must be a JOIN.
At least one must be parametrized -- have a WHERE clause with data
provided by the user.