OK so I am really new to all this php stuff!!
I have been given the task at college to create a very simple php based site that allows users to enter only their name and birthday (on one page), which is then stored and the presented (on the front page). the following things are to be displayed:
Top row, three boxes:
2nd box id all bdays "Today" (in the format:- $user_name $user_age);
1st box (left hand side) the week previous (in the format:- same as above);
3rd box (right hand side) the coming week (in the format:- same as above);
Underneath this is three more boxes:
2nd box - in list form - all bdays that month (in this format: $user name, $DD, $user_age)
1st box (left hand side) in list form, bdays last month (in format:- $user_name $user_age)
3rd box (right hand side) in list form, bdays next month (in format:- $user_name $DD $user_age).
I have thought about this and planned it out, yet i have know idea how to get it started!!
Can anyone help? I have searched the forum for other posts but unable to understand any of it!
Ben