Hi again.
I tried your code and it work just like you said it would. How do i go about accessing this data in the array?
Here's what i am trying to accomplish.
I want to pull available months from the database
The months will be loaded into a flash movie (buttons)
monthID with be the timestamp relevent to month
button 1 = month 1
button 2 = month 2
and so on.
Now when a user clicks on one of the months
Another script will pull the available weeks and display them as a DDmenu underneath the month
weekID will be relevent month and week relevent to timestamp
button1 = week 1
and so on
Now when the user clicks on the week this will load the 5 working days of that week
I hope you have followed that ok
Cheers for any help
Paul