Since I don't have time to create my lyrics site, I decided to sell this database which I trade to a friend with my old database.
Structure of the database....
Quote:
CREATE TABLE submit (
id int(5) NOT NULL auto_increment,
artist varchar(255) NOT NULL default '',
title varchar(255) NOT NULL default '',
album varchar(255) NOT NULL default '',
lyrics text NOT NULL,
comments text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM
if interested please pm me..
Structure of the database....
Quote:
CREATE TABLE submit (
id int(5) NOT NULL auto_increment,
artist varchar(255) NOT NULL default '',
title varchar(255) NOT NULL default '',
album varchar(255) NOT NULL default '',
lyrics text NOT NULL,
comments text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM
if interested please pm me..










