object-oriented php
part 1: The company "Visitors" wants a website for a guestbook. They want the guestbook to work so that it can create and delete posts.The guestbook should contain the entrieswho made the post (name or alias),The post (the text that was written) anddate and time when the post was made.The created posts should be stored in a text file in serialized form.NOTE! You do not need to be able to update...
Read More