Content Management System with PHP

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
jonchai
Forum Newbie
Posts: 1
Joined: Tue Mar 10, 2009 1:08 am

Content Management System with PHP

Post by jonchai »

Hello everyone, I am actually in the middle of building a Content Management System for my client. To be honest, this is the first time I am dealing with PHP, which just isn't my field. I normally code in C#/Java, rarely with web.

I cannot use open source CMS because it is to be tailored to their needs. I have done a considerable amount of research on CMS with PHP/MySQL. Right now, I know how to link to MySQL and even to edit articles.

My client's website has a navigation menu attached (by using require_once) to the content. What troubles me now is how do I allow users to add a new article and at the same time, adding the title (and hyperlink) of the article to the navigation file.

I look forward to hearing opinions from you guys.
Post Reply