PHP Taskbook Level 8.5
When the user first enters the page, ask the user for their birthday. The next time the user enters on their birthday, congratulate them.
Given an array of words. Print words that start with the same letters in their own separate list ul. Above each list, make h2 with the name of the letter for which the list is made.
Generate three selects. In the first select, output the days of the month from 1 to 31, in the second - the names of the months of the year, and in the third - the years for the previous and next 10 years.
Modify the previous task so that the current date is selected by default in the selects.
Display the following pyramid on the screen:
1
333
55555
7777777
999999999
333
55555
7777777
999999999