After learning some basics of the CMS Joomla & WordPress I got to learn what the language PHP really is all about.
I did this by making a form in HTML and using the user input in PHP to save it in a database and e-mailing it to me. Of course, because this was my first language it took a while. At last but not least I also learned how to make things better by adding a little Javascript to it.
I learned:
- PHP & Javascript
- The basics: Statements & Variablse
- Creating a HTML form and get the user input with PHP using $_POST or $_GET
- Connecting to a mySQL database and delete, edit or add rows to tables
- Sending a mail in PHP