Peak Studios – Assert your web presence!

  • Log in  |
  • Sales: (877) 316-3744  |
  • Support: (303) 819-3968

Flash Login using Flash PHP MySQL

Get Adobe Flash player

In this video tutorial learn how to make a Dynamic login using the Flash PHP MySQL Database extension.

Use the code below to create a table in your MySQL Database:

CREATE TABLE `gb` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(50) default NULL,
`message` varchar(250) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=0 ;

Download the provided code for this tutorial open the Flash file and follow along.

One Response to “Flash Login using Flash PHP MySQL”

  1. Yosh Says:

    Usually I do not read post on blogs, but I would like to say that this write-up very forced me to try and do it! Your writing style has been amazed me. Thanks, quite nice post….

Leave a Reply

You must be logged in to post a comment.