PDA

View Full Version : Creating a calendar



alpharaven
February 17th, 2007, 12:22 AM
I am creating a calendar in flash and I want the user to be able to add content to it from a web form. How should I do this and where can I find a tutorial on that particular thing. Thanks

bwh2
February 17th, 2007, 12:25 PM
have the form data INSERT into a mysql db.

alpharaven
February 17th, 2007, 10:10 PM
have the form data INSERT into a mysql db.

Thanks for replying but I am not sure how to do that. Could you tell me where can I find more info on how to do that. Thanks

bwh2
February 17th, 2007, 11:32 PM
just google it. there are about a million tutorials on sending form data to mysql using php.