Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   Web design and Programming (https://novahq.net/forum/forumdisplay.php?f=32)
-   -   Data base (https://novahq.net/forum/showthread.php?t=9724)

spinal 08-17-2003 04:25 PM

Data base
 
Hello,

can any1 please make me or help me to make a data base that holds user names & passwords etc (like a login)

thnx if can

BeBop 08-17-2003 07:59 PM

what type of database?

SilentTrigger 08-18-2003 05:09 AM

mysql?

SilentTrigger 08-18-2003 05:16 AM

1 Attachment(s)
if so heres a .sql for a login table

spinal 08-18-2003 03:01 PM

??
 
i never built a data base so i do not know what to do with this?

CREATE TABLE `login` (
`id` int(11) NOT NULL auto_increment,
`username` varchar(255) NOT NULL default '',
`password` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;


i know to put it in a file but thats it?

can you give me more details please

Surge 08-19-2003 12:52 PM

Re: ??
 
Quote:

Originally posted by hellfish
i never built a data base so i do not know what to do with this?

CREATE TABLE `login` (
`id` int(11) NOT NULL auto_increment,
`username` varchar(255) NOT NULL default '',
`password` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;


i know to put it in a file but thats it?

can you give me more details please

I would suggest that you goto www.hotscripts.com and travel to there php section and look at some tutorials. If your not sure about how to run a database than you better start reading.

SilentTrigger 08-20-2003 09:28 AM

Do you know if you have phpmyadmin?

spinal 08-20-2003 01:52 PM

re:
 
i dont know, i think not. :(

SilentTrigger 08-21-2003 11:13 AM

Do you even have web hosting with database support?

Lakie 08-21-2003 11:20 AM

chances are there is a script that does what you want....

php.resourceindex.com
cgi.resourceindex.com
hotscripts.com

BeBop 08-21-2003 05:43 PM

Quote:

Do you even have web hosting with database support?

RËVØ£ÛTÎØѫź¹» 08-25-2003 05:56 PM

Well Krap... I really dont have much experince with mySQL and php... I have a little with HTML tho...

EDGE 08-25-2003 06:52 PM

ME 2

EDGE 08-25-2003 06:52 PM

I can help with HTML

spinal 12-19-2003 10:06 AM

re:
 
dont matter

BeBop 12-19-2003 01:47 PM

hellfish if u still need help IM me on aim or msn... im on aim all teh time tho

MSN: bebop@punksofwar.com
AIM: Josh892004

or icq (which i go on once a month pretty much): 143440799

email: Joshrendek@cfl.rr.com


All times are GMT -5. The time now is 03:57 PM.

Powered by vBulletin®