date input through form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
FE
Forum Commoner
Posts: 35
Joined: Fri Jul 14, 2006 5:21 am

date input through form

Post by FE »

has anyone got a simple code which reads a date from a MYSQL database and then displays it in 3 drop down boxes?
but if there is no date to read, show todays date

also a button to save it
tried looking for it to the web
if anyone can point me in the right directionit would be great
cheers! :D
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Which part of the script/idea causes you trouble to realize?
How would your code look like for displaying one select element with data from a mysql database?
Post Reply