Install Apache 2.2, MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu 8.10
Visit www.myownserver.info for more information and the high-quality video. This tutorial shows how to install Apache, mysql, PHP5, and phpmyadmin on Linux Ubuntu 8.10 using the Synaptic Package Manager. I also demonstrate how to install a GUI for Apache, which is an application called Rapache.
PHP Tutorial – 24 – Connecting to MySQL Database
wanna watch this tutorial in high def? www.youtube.com there ya go! and don't forget to subscribe to my channel to get all the latest videos! thenewboston.com
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 – 23 – Adding Tables to MySQL Database
www.youtube.com click that link if u wanna watch this video in high def! subscribe to my channel!
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 ;...

