Tagged Questions

7
votes
12answers
9k views

Simple, free PHP blog engine easy to redesign?

I am looking for a PHP blog engine which needs to be easy to redesign (CSS, HTML). It also needs to be free and have simple user interface so that the client doesn't struggle to add posts. Any ...
6
votes
11answers
5k views

Recommend a flat-file blog engine?

Has anyone had success with a flat-file blog engine? I'm trying to arrange a very basic, bare bones blog setup on an intranet site. Unfortunately, the usual solutions rely on MySQL, which is not ...
1
vote
2answers
336 views

Looking for a php blog engine/plugin for section on website

I'm looking to make one section on a website a blog and looking for suggestions on what's best to use. I'm not interested in a complete website/cms package like wordpress, I just want something to ...
0
votes
1answer
89 views

is there an efficient way to insert blog entry containing code snippets into MySQL database?

I am building a blog engine for practice. The design is supposed to be fairly simple I guess..Here is how i want it to work: I have index.html, a CSS sheet, some javascript, and one PHP file i named ...
0
votes
1answer
151 views

Looking for a quick and simple way to add comment funtionality to a web page

My little brother just asked me to help him add a comment functionality to his web page. The server has PHP5 and MySQL. What I'm looking for is a way to help him out without actually having to do too ...