Hi peeps,
I'm using the follwing system in order to predict 4 weeks of a specfic dates on a comboBox ( can been seen on the "guestlist > guestlist" page on selectguestlist.com.)
$info['iddays']; - Is a number representing a day of the week. in this order:
0 = Sunday
1 = Monday
2 = Tuesday
3 = Wednesday
etc...
I want to alter this script so now instead of the predicting system it will simply give the corrosponding day by the day system shown obove (0 = Sunday...) to an xml output.
So now depending of what $info['iddays'] will send the xml script will say the corresponding day.