PDA

View Full Version : Online Database



Simtoon
01-31-2009, 06:43 AM
Can someone help me make a online database i really want to make one for liek contacts and stuff...

Dumpin
01-31-2009, 11:19 AM
can you give some more info?

Simtoon
01-31-2009, 12:34 PM
eg.

Name, Surname, Address, Phone, Mobile, E-Mail etc
make a online database so i can edit,delete and add

Ramage
02-02-2009, 04:09 AM
It's pretty easy, just get some hosting with MySQL and make a script output everything or something.

Da 0wner
02-02-2009, 04:18 AM
CREATE TABLE `dbname`.`contacts` (
`surname` VARCHAR( 32 ) NOT NULL ,
`address` VARCHAR( 32 ) NOT NULL ,
`phone` VARCHAR( 32 ) NOT NULL ,
`mobile` VARCHAR( 32 ) NOT NULL ,
`email` VARCHAR( 32 ) NOT NULL
) ENGINE = MYISAM

Simtoon
02-02-2009, 05:51 AM
ZephrysFury made me one his the sex

Da 0wner
02-03-2009, 11:41 PM
I could make one as good as his :p.

Good Learning Site:
W3Schools (w3schools.com[/url)