Ok so I got this bright idea to make a PHP, mySQL, Flash calendar. I want to do this to teach myself a little bit about all three of these things. I know a little about all of them, but I don’t really understand how to use them all together.
I have searched around the forums, and kirupa, and the web in general and I am having trouble with a few things.
First of all let’s say I have 3 different fields in my table. Date, Event, and Description.
How can I pull each record with PHP? Do I have to pull them one field at a time, or can I just pull the whole record, and send it straight to flash via PHP?
Thanks in advance for the help on this.