|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  10-06-2004, 07:29 AM | #1 | 
| Confirmed User Join Date: Jul 2004 Location: Tampa Bay 
					Posts: 6,019
				 | 
				
				I need to learn how to make a searchable database...
			 Can anyone send me in the right direction? | 
|   |           | 
|  10-06-2004, 07:31 AM | #2 | 
| Confirmed User Join Date: Sep 2004 Location: Kingdom of Darkness 
					Posts: 1,821
				 |  
				__________________ * | 
|   |           | 
|  10-06-2004, 07:35 AM | #3 | 
| Confirmed User Join Date: Apr 2003 Location: Loveland, CO 
					Posts: 5,526
				 | 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. 
				__________________ Your post count means nothing. | 
|   |           | 
|  10-06-2004, 07:39 AM | #4 | 
| Confirmed User Join Date: Apr 2003 Location: Loveland, CO 
					Posts: 5,526
				 | 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 
				__________________ Your post count means nothing. | 
|   |           | 
|  10-06-2004, 07:41 AM | #5 | 
| Confirmed User Join Date: Jul 2004 Location: Tampa Bay 
					Posts: 6,019
				 | LOL, no offense taken-I wouldn't have known that it was a dick reply, anyway, lolol. | 
|   |           | 
|  10-06-2004, 07:43 AM | #6 | 
| Confirmed User Join Date: Sep 2004 Location: Kingdom of Darkness 
					Posts: 1,821
				 |  
				__________________ * | 
|   |           | 
|  10-06-2004, 08:24 AM | #7 | |
| Confirmed User Join Date: Sep 2003 
					Posts: 8,713
				 | Quote: 
 To create a database and learn the basics of the most comman db languache "SQL" play with Microsoft Access. 
				__________________  TrafficCashGold Paying Webmasters Since 1996! Awesome Conversions! Fast Weekly Payments! Over 125 Tours! | |
|   |           | 
|  10-06-2004, 09:24 AM | #8 | |
| Confirmed User Join Date: Jul 2004 Location: Tampa Bay 
					Posts: 6,019
				 | Quote: 
 | |
|   |           |