Page 1 of 1

php calender

Posted: Thu May 13, 2010 7:28 am
by hanishkeloth
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

Re: php calender

Posted: Thu May 13, 2010 1:58 pm
by Christopher
What is a "php table"? Is it data in a database, HTML, an array?

Re: php calender

Posted: Tue May 25, 2010 1:15 am
by hanishkeloth
yes it is databse

Re: php calender

Posted: Tue May 25, 2010 3:06 am
by Christopher
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.

Re: php calender

Posted: Tue May 25, 2010 4:56 am
by Benjamin
:arrow: Moved to PHP - Code