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
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.
im not very good with php.. so would the CMS be a better option? and what exactly is CMS.. sorry sorta new to coding
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