creating a Fourm for Birthday

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
hmvrulz
Forum Newbie
Posts: 20
Joined: Fri Oct 03, 2008 10:20 pm

creating a Fourm for Birthday

Post by hmvrulz »

In my database i have a single field for Birthday as DATE datatype (YYYY-MM-DD)

Should i provide a three fields for the users to input and then join. or is there any solution.

and can some one provide the html LIST for this with numbers months n years if some body has already used it.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: creating a Fourm for Birthday

Post by jaoudestudios »

You wont want to do it as a list, php can create the list for you on the fly.

Or use javascript to create a funky calander then you wont have to merge 3 fields.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: creating a Fourm for Birthday

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
Post Reply