Forum Moderators: coopster
This may be rudimentary but I'm just trying to get my head around this without having to write a billion lines of extraneous code.
I have a dropdown selection list, populated from a mySQL database, containing times in a HH:MM:SS format. The times are 30 minutes interval spanning an entire day, as in 01:00:00, 01:30:00, 02:00:00 all the way to 24:00. I have it entering fine into the database, but when I want to edit this time, I'd like to have the value in the database be marked as the CHECKED value on the dropdown so I don't have to manually re-enter the time for every edit.
Is there a better way to do this or am I doomed to verify each entry individually?
Hope this all makes sense.
gen
Here is a small example of how you might accomplish the task:
[webmasterworld.com...]