Aricles script? Help Please

Discussion in 'PHP' started by Kurt Whittingham, Mar 4, 2012.

  1. #1
    Hello.

    i need help making scripts that allow me to post articles on my site, sort of like how wordpress works.. i need them to have tags, be able to go into categories etc..

    if anyone can help me in the right direction.

    Thanks Kurt
     
    Kurt Whittingham, Mar 4, 2012 IP
  2. kids

    kids Active Member

    Messages:
    411
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    68
    #2
    There are many of free Open CMS can do that. Or you can do it by yourself

    1st:
    Create Database with 2 tables
    - article_cats(article_cat_id, article_cat_name,...) (insert categories as yourself)
    - articles(article_id, article_cat_id, article_subject, article_content, article_tags, article_reads,...)

    2nd:
    PHP coding:
    - Form accept preview and save article by users or guests (need captcha code to prevent blooding)
    - Code show articles sort by datestamp

    That's all.
     
    kids, Mar 4, 2012 IP
  3. Kurt Whittingham

    Kurt Whittingham Member

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #3
    im not very good with php..
    so would the CMS be a better option?

    and what exactly is CMS.. sorry sorta new to coding
     
    Kurt Whittingham, Mar 4, 2012 IP
  4. kids

    kids Active Member

    Messages:
    411
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    68
    #4
    Google will say what is CMS! And you can do with PHP-Fusion (php-fusion.co.uk), it is open CMS and have obvious PHP coding style
     
    kids, Mar 4, 2012 IP
  5. Kurt Whittingham

    Kurt Whittingham Member

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #5
    Thanks "Kids"
     
    Kurt Whittingham, Mar 4, 2012 IP