Lab5 - php
Goals of the exercise
- Understanding how an environment with Apache, MySQL, and PHP works.
- Learning how to integrate PHP code into an existing web project using HTML and CSS.
- Learning how to work with forms and controls in HTML and how to tailor the form to the further processing of the transmitted data.
- Understanding the security risks associated with the processing of form data.
Go to the solution
Decription
Contact form with PHP and MySQL that saves messages in a database,
displays them in admin layout and publishes them online.
Related links
I used w3c-validator for checking and MDN-mozilla for extracting information.
Reflection
Wouw!
Making a few adjustments here and there went smoothly.
Aauuw!
I had underestimated searching for errors and finding a solution for them.
Not sure?
As a beginner, I'm not entirely sure what all the code in PHP is for,
but after experimenting a few times, I've become wiser.
