[advanced search]
 

Go Back   NamePros.com > Marketplace > Web Development > Web Development Wanted

Web Development Wanted Requests for websites, templates, custom programming, logos or graphics.


Closed Thread
 
LinkBack Thread Tools
Old 01-01-2006, 01:41 PM   #1 (permalink)
NamePros Regular
 
Join Date: Sep 2005
Posts: 513
110.85 NP$ (Donate)

dev99 is a jewel in the roughdev99 is a jewel in the roughdev99 is a jewel in the rough


Convert article dbase

Hi
I have an article dbase in the form of
-- Table structure for table `articles`
--

CREATE TABLE articles (
id int(11) NOT NULL auto_increment,
category varchar(100) NOT NULL default '',
url varchar(255) NOT NULL default '',
title varchar(255) NOT NULL default '',
author varchar(200) NOT NULL default '',
description text NOT NULL,
articletext longtext NOT NULL,
source varchar(100) NOT NULL default '',
approved tinyint(4) NOT NULL default '1',
PRIMARY KEY (id),
KEY url (url),
KEY category (category),
KEY ndx_approved (approved),
FULLTEXT KEY title (title),
FULLTEXT KEY articletext (articletext)
) TYPE=MyISAM;
Now, i need someone to convert this into the table structure of the script seen at e-text.us. Please PM if you can do this, and only those with knowledge of the script.
dev99 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get A Top 10 Ranking Without Paying A Cent jeet_020 Search Engines 18 02-14-2006 09:34 AM
NEW! Article Page Machine with Resell Rights Dave in Carthage For Sale / Advertising Board 3 01-11-2006 11:50 PM
Article Post Robot --- Post Your Articles to Hundreds of Article Sites and .... Temp Content For Sale 0 12-21-2005 11:47 PM
I need article writers csmaster2005 For Sale / Advertising Board 3 09-20-2005 01:31 PM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 12:02 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85