Reply
UK Takeaways Database
Old 04-25-2007, 01:48 PM UK Takeaways Database
Extreme Talker

iTrader Rating: 0 (View)
Posts: 220
Name: Baris
UK Takeaways Database is for sale now

Here the fields list which it includes:

1) ID
2) CAT
3) NAME
4) ADDRESS1
5) ADDRESS2EXTRA
6) ADDRESS3EXTRA
7) TOWN
8) COUNTRY
9) POSTCODE
10) TELEPHONE

Address2 and Address3 are extra fields for you.

Structure:

PHP Code:
 
CREATE TABLE 
`takeaways` (
  `
idbigint(20NOT NULL auto_increment,
  `
catvarchar(50NOT NULL default '',
  `
namevarchar(255character set utf8 collate utf8 NOT NULL default '',
  `
address1text character set utf8 collate utf8 NOT NULL,
  `
address2extratext character set utf8 collate utf8,
  `
address3extratext character set utf8 collate utf8,
  `
towntext character set utf8 collate utf8,
  `
countrytext character set utf8 collate utf8,
  `
postcodetext character set utf8 collate utf8,
  `
telephonetext character set utf8 collate utf8,
  
PRIMARY KEY  (`id`),
  
KEY `cat_index` (`cat`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=12167 
Records: 12.166

Price: 49$

Regards
__________________
UK Databases - US Databases
All Databases
gtithesexy is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to UK Takeaways Database
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10560 seconds with 12 queries