In this part of the tutorial Guest Book tutorial learn how to use the select and insert functions (to query the MySQL database) from the PHP MySQL Panel with
In under 12 minutes this tutorial will show how to make the front end (user and customer interface) of a Flash Guest Book using the Flash PHP MySQL extension.
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 ;
You must be logged in to post a comment.
Copyright © 2012 Peak Studios All rights reserved |
Become a fan