PHP For Dummies – Php Tutorial 1
In this tutorial you will learn about what programs are necessary to code in php. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig
Javascript Tutorial #7 – Part 2
In this tutorial, we cover the first two types of loops - while and do...while. Please rate, favourite, comment & subscribe. Website : asib12.com
Javascript Tutorial #7 – Part 1
In this tutorial, we cover the first two types of loops - while and do...while. Please rate, favourite, comment & subscribe. Website : asib12.com
Javascript Tutorial #6 – Part 2
In this tutorial, we cover functions and their use. If you liked this tutorial please check out my others. Please rate, favourite, comment and subscribe. Website : asib12.com (It's up! PC specs there!)
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 ;...
JavaScript tutorial 1 – Functions
This is my first javascript tutorial, I decided to make it on functions since it's an important part of javascript.


Javascript Tutorial 4 – While and For
another Javascript tutorial watch and learn aim = cpanswerman