Connection failed: could not find driver

PHP development


Lesson 4

HTML form

https://www.w3schools.com/html/html_forms.asp

Wrong Password


Homework

create a webpage with a form where you have to fill in your birthday. After you submit the form your php program will calculate the number of days untill your birthday.

you can use the php functions time() strtotime() and date()