AshleyByrom Posted July 31, 2009 Share Posted July 31, 2009 I have a user system that works fine and I have a couple of PHP pages that handle registration... my only problem is I want to use flash. I have Adobe Master Collection so I have Flash and the 3459873485 other programs that ship with it... I also know a little about it.. I would like basically a tutorial that explains how to retrieve information, check that information with what the user has entered (to check if a username already exists for example) and then if not, insert that information into a MySQL table. P.S: I have just noticed, I use MD5 encryption... does flash even offer a form of MD5 encryption? Link to comment https://forums.phpfreaks.com/topic/168334-flash-mysql/ Share on other sites More sharing options...
fenway Posted August 3, 2009 Share Posted August 3, 2009 MD5 is not encryption -- it's a one-way hash function. And if you're asking how to use mysql from flash, this isn't the right place. Link to comment https://forums.phpfreaks.com/topic/168334-flash-mysql/#findComment-889964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.