News Publishing script required..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ganich
Forum Newbie
Posts: 2
Joined: Thu Feb 24, 2011 3:48 pm

News Publishing script required..

Post by ganich »

i want a script which should be easily integrated with the website and should fully customizable like cutephp.. the problem with cutephp is that it can't handle large data since it stores all the news articles in one .txt file on the server.. as the number of articles grow.. the size of .txt file increases and it becomes impossible for the server to handle the script.. i want a script which should be easily integrated into the website and should have the following features.

- article categories
- admin panel to add news
- should use mySQL to store articles or it should create .htm files for articles..

i hope you get the point..

by the way if i want to write my own script.. what is the easiest way to write a script which should have categories, show news on webpages, have admin password protected add news area.. should create seperate files on the server or use mysql..nothing complicated.. simple news posting script..
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: News Publishing script required..

Post by McInfo »

ganich
Forum Newbie
Posts: 2
Joined: Thu Feb 24, 2011 3:48 pm

Re: News Publishing script required..

Post by ganich »

McInfo wrote:WordPress?

dude thats a blog
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: News Publishing script required..

Post by McInfo »

How is a blog different from a news site?
Post Reply