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.
Copyright © 2010 Peak Studios All rights reserved |
Become a fan