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

Learning – Lesson 4 Part 1
uzzisoft
5 min – 14-Dec-07

Learning – Lesson 4: Files and Databases (2006)
Make folders and files, commenting in , checking if directories/files exist, checking if the file is writable, appending (writing) data to files, remove directory/files, command to run/shutdown the , changing , creating databases, connection to code, creating tables, inserting values, deleting values, editing values, updating values and displaying values.
://www.uzzisoft/learning_php. 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 set up a working World of Warcraft V2!
Kingofbeast6
5 min – 26-Jun-07

This is my to set up a WoW private .

FOR PEOPLE WITH NO REALMS –
Go to the bottom of antrix and logonserver.conf.
There will be a remote .
Change THEM BOTH to ‘logon’

Download Link 1-

://tinyurl.com/2u9yo8

Download Link 2- SQLyog

://www.webyog.com/en/downloads.

Download Link 3- Antrix Core

://filebeam.com/5b620445b88e297915f51046c971ed21

Download Link 4- MAPS

://files.filefront.com//;7562589;/

Hopefully most people will be able to understand this .

PS- The database that this Antrix core came with isn’t very good. In the next video, I’ll also have you download a better database. Read the rest of this entry »

Sphere: Related Content

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

COSC332 3 –
VballJ180
3 min – 7-Nov-07

This third shows you how to set up the correct user for your application as well as the default database. Make sure you know your root that you created when installing . Read the rest of this entry »

Sphere: Related Content

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