Have a database, but not sure what script to use?

Discussion in 'PHP' started by scart3r, Mar 8, 2007.

  1. #1
    I just bought a database, I know how to import via mysql and all - but am not sure what script it needs.

    Does anyone know of a free or cheapish script that can turn my database into something that people can see?

    Here is the format:

    CREATE TABLE `articles` (
    `article_id` bigint(20) NOT NULL auto_increment,
    `article_user_id` int(11) NOT NULL default '0',
    `article_author` varchar(100) NOT NULL default '',
    `article_snippet` varchar(255) NOT NULL default '',
    `article_summary` text NOT NULL,
    `article_title` varchar(100) NOT NULL default '',
    `article_category_id` int(11) NOT NULL default '0',
    `article_views` bigint(20) NOT NULL default '0',
    `article_status` int(11) NOT NULL default '1',
    `article_date` date NOT NULL default '0000-00-00',
    `article_home_page` int(11) NOT NULL default '0',
    `article_email` int(11) NOT NULL default '0',
    PRIMARY KEY (`article_id`)
    ) TYPE=MyISAM ;
    Code (markup):
    Greens will definitely go to ppl that can help :D
     
    scart3r, Mar 8, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    I have a $5 article directory script that installs these tables. These were copied from the install tables on my hard drive.

    A quick look makes them look the same as what you have. I will let you be the final judge if they are the same or not.

    You can PM me if you are interested in purchasing the script.
     
    Colbyt, Mar 8, 2007 IP
  3. scart3r

    scart3r Notable Member

    Messages:
    3,513
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    250
    #3
    If it will allow me to install the database into this then I am keen - but don't wanna pay if it's not going to work.

    PM me if you can explain what I need to do :)

    ty
     
    scart3r, Mar 8, 2007 IP
  4. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0