If anyone manages to help me fix this i'll be more than happy. :)
SO my problem is this, i have a drop-down menu of different times of day. e.g. 00:00; 00:15; 00:30; 00:45; 01:00; 01:15 up to midnight. What i want to do is load the drop down with values which are in a range of 2 values. (these two values are stored in a database)
e.g. If the two values in the database are 05:00 and 10:00, i want to load all the available times in that range, i.e. 05:00; 05:15; 05:30; 05:45; 06:00 up till 10.
What do you think guys?