Create a php script which:
- Shows a textual list of all days in the current month
- Prints today's date in bold text in the list
- shows two links to browse to the same list for previous and next months into infinity
The catch is: You have to do it in one line of php code!
You can see the solution to this assignment running HERE so now you know what it should look like. It's one line of code.
I'll post the solution on monday if no one has been able to do it!