Posts Tagged ‘lgo666’
PHP Tutorial // User Registration w/ SQL 2 [Better]
a user registration using php and mysql, much better than the other one, also double the length. source available at neoblob.com
PHP Tutorial // User Registration w/ SQL
PLEASE CHECK OUT THE SECOND VIDEO OF THIS A quick and easy user registration using php, sql and phpmyadmin. For full size and source codes: www.neoblob.com SQL: CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL auto_increment, `username` varchar(20) NOT NULL default ”, `password` varchar(50) NOT NULL default ”, `email` varchar(40) NOT NULL default ”, `ip` varchar(20) NOT NULL default ”, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;…
PHP,HTML Tutorial // POST, Table, Forms
A PHP and HTML Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table and form. Link for Notepad2: www.flos-freeware.ch
