![]() |
I need to learn how to make a searchable database...
Can anyone send me in the right direction?
|
|
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. |
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 |
LOL, no offense taken-I wouldn't have known that it was a dick reply, anyway, lolol.
|
|
Quote:
To create a database and learn the basics of the most comman db languache "SQL" play with Microsoft Access. |
Quote:
|
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