/    Sign up×
Community /Pin to ProfileBookmark

insert date in database using list menu

Hey im making a user registration page but i stuck on the birthday field. I ve added 3 list menu 1st for mounth 2nd for day & 3rd for year.

[CODE]
<label for=”select”></label>
<select name=”user_month” id=”user_month”>
<option>–</option><?php for ($i=1;$i<=12;$i++) echo “<option”.($user_month == $i ? ” selected” : “”).”>$i</option>n”; ?>
</select>
<label>
<select name=”user_day” id=”user_day”>
<option>–</option><?php for ($i=1;$i<=31;$i++) echo “<option”.($user_day == $i ? ” selected” : “”).”>$i</option>n”;?>
</select>
</label>
<label>
<select name=”user_year” id=”user_year”>
<option>—-</option><?php for ($i=2009;$i>=1900;$i–) echo “<option”.($user_year == $i ? ” selected” : “”).”>$i</option>n”; ?>
</select>
</label>
[/CODE]

Im using dreamweaver to insert data so i dont know how to insert 3 list menu in 1 table. Can any one help ???
Srry for bad english

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@skywalker2208Nov 01.2008 — I don't know what you mean that you use dreamweaver to insert the data. What you would do is when the form is submitted you would take the 3 form post if you are using post from the post array and build the date together.
Copy linkTweet thisAlerts:
@dodo_mafiaauthorNov 02.2008 — Thanks for reply. yes i want to post date togather can you show me some example cause im new to php.
×

Success!

Help @dodo_mafia spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...