Hello,
how to get the month wise and date wise data in php table.
example:in the birth day list we have few colums
name and date of birth ,
kindly help
php calender
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
-
hanishkeloth
- Forum Newbie
- Posts: 2
- Joined: Thu May 13, 2010 7:12 am
Re: php calender
yes it is databse
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: php calender
You can store the dates in a DATE or TIMESTAMP type field in the database. A TIMESTAMP might be easier to do calculations and comparisons on.
(#10850)