GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need to learn how to make a searchable database... (https://gfy.com/showthread.php?t=367690)

chase 10-06-2004 07:29 AM

I need to learn how to make a searchable database...
 
Can anyone send me in the right direction?

drctfiesta 10-06-2004 07:31 AM

http://www.cableeye.com/Benefits_Pag...e_database.gif

psili 10-06-2004 07:35 AM

mysql>create database search_db;
mysql>use database search_db;
mysql>create table what_to_search(
id int(10) not null auto_increment,
name varchar(50) not null,
url varchar(120) not null,
primary key(id)
);

blah blah blah.

psili 10-06-2004 07:39 AM

Apologies, that was kind of a dick reply. Just do a search on google and there'll be tons of articles on how to implement it:

http://www.google.com/search?hl=en&q...oogle +Search

chase 10-06-2004 07:41 AM

LOL, no offense taken-I wouldn't have known that it was a dick reply, anyway, lolol.

drctfiesta 10-06-2004 07:43 AM

http://www.nahaci.cz/images/Bara%20MK.jpg

Adultnet 10-06-2004 08:24 AM

Quote:

Originally posted by chase
Can anyone send me in the right direction?
You can search any database once you create it.
To create a database and learn the basics of the most comman db languache "SQL" play with Microsoft Access.

chase 10-06-2004 09:24 AM

Quote:

Originally posted by Adultnet
You can search any database once you create it.
To create a database and learn the basics of the most comman db languache "SQL" play with Microsoft Access.

I do have that...thanks!


All times are GMT -7. The time now is 08:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123