Question: PHP. HTML.MySQL. The program should use function(procedural)-oriented programming. It means that you have algorithm part and function implementation part. Realise function separably. No need to
PHP. HTML.MySQL.
"The program should use function(procedural)-oriented programming. It means that you have algorithm part and function implementation part. Realise function separably. No need to use cookie or session. You should also use redirect functions as header. The website has a login webpage that allows users to enter to website. The website contains 4 different news posts. You should have 3 types of user accounts: user, editor and moderator.(create 5 different accounts) If you log in through the user account you are able only to add a new blog. However, the editor mode allows additionally edit each post. Each post has an EDIT button that redirects to edit_post.php. You have to write a basic method that edits your current post. Moderator is able to delete the post (+ see and edit posts). The news form should include title, author, date, picture, and content inputs. "
add SQL code for all tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
