Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 355 Bytes

PHP Guestbook

A PHP project that saves data (messages) entered from the form by the user into a MySQL database. This is then displayed back to the user in a guestbook format.

Includes

  • custom CSS style
  • form validation
  • sessions
  • user input sanitization in the form of prepared statements to prevent SQL Injection.