View Single Post
Old 10-06-2004, 07:35 AM  
psili
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.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote