View Single Post
  #6 (permalink)  
Old Dec 4th, 2005, 08:35
Pheonix Pheonix is offline
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to connect flash form with Mysql database

Flash cant connect to mysql directly to do so would be a huge security risk...
Flash => HTTP POST => PHP => MySQL Query => PHP => HTTP (Probaly XML) => Flash
Reply With Quote