Posted on 08-01-2008
Filed Under (MySQL) by Linux Poweruser Programmer

// For and Foreach
lifeg0eson666
13 min – 29-Jun-07

This is a regarding the For and Foreach functions. Read the rest of this entry »

Sphere: Related Content

Tags: , , , ,
(0) Comments    Read More   
Posted on 08-01-2008
Filed Under (MySQL) by Linux Poweruser Programmer

How to update a DB with using D4PHP by CodeGear
howie1howie
7 min – 7-Sep-07

This for shows you step by step how to create a for application to update a database using . Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , ,
(0) Comments    Read More   
Posted on 08-01-2008
Filed Under (MySQL) by Linux Poweruser Programmer

– Les 6
Damiaantjuh
10 min – 12-Dec-07

Dit is de laatste les voordat je een inlogsysteempje kan gaan maken! Read the rest of this entry »

Sphere: Related Content

Tags: , , , , ,
(0) Comments    Read More   
Posted on 08-01-2008
Filed Under (MySQL) by Linux Poweruser Programmer

// User Registration w/
lifeg0eson666
16 min – 1-Oct-06

PLEASE CHECK OUT THE SECOND VIDEO OF THIS

A quick and easy user registration using , and phpmyadmin.

For full size and source codes: ://www.neoblob.com/phpsquad/tuts//1/

:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default ”,
`` 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 ; Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , ,
(0) Comments    Read More   
Posted on 08-01-2008
Filed Under (MySQL) by Linux Poweruser Programmer

#4 – Login form (updated)
Grollon999
10 min – 14-Jun-07

This elaborates on my second which covers authentication. This covers a more advanced which allow/denies users access to a specific website. Visit ://www.rascal999.co.uk/ for more info, tutorials and forum!

Apologies for the belch half way through, I was unaware I uploaded that version of the ;)

Vent : rascal999.selfip.com Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , ,
(0) Comments    Read More