943,926 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1772
  • PHP RSS
Dec 12th, 2006
0

Coding help - Is this possible? I think it is.

Expand Post »
I need a way to setup my websites so that my clients can edit content easily without knowing any programming languages. Basically I need setup the page with some programming code that will access another file such as a text file and still keep the same formatting style.

For example Ihave one client that has a menu for his restaurant and he wants to make changes to it every so often. I have another client that is a rock band and needs to change out upcoming show dates on one page as well as news on another. What is the simplest way to handle all three of these scenarios with one solution in which none of these clients need any knowledge of web-based programming languages AND without them being dependent on third party DB or FTP software. Is it possible. Can I set up a page with text forms on it that the corresponding pages can access dynamically? Any help is appreciated. Thanks in advance.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
msndrstd is offline Offline
3 posts
since Dec 2006
Dec 12th, 2006
0

Re: Coding help - Is this possible? I think it is.

Sure you can. You can use flat files just like you would use a database to store the information. You can even use a tool like fckeditor to act as a wysiwyg so they don't even need to know HTML to edit their pages.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006
Dec 12th, 2006
0

Re: Coding help - Is this possible? I think it is.

Well you should have a database driven site. Where the content is stored in the database. The data would be updated via a password protected admin. You can use a number of free Content management scripts on the web
Reputation Points: 10
Solved Threads: 0
Light Poster
selbourne is offline Offline
46 posts
since May 2005
Dec 12th, 2006
0

Re: Coding help - Is this possible? I think it is.

Where would be the best place to start looking for these free scripts so I can learn more. What would be the best term to search for this to find what I am looking for

I tried "dynamic web content" and a few other search strings but as you can imagine they all gave me very broad results. How can I narrow it down to get what i am looking for. Thanks again.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
msndrstd is offline Offline
3 posts
since Dec 2006
Dec 12th, 2006
0

Re: Coding help - Is this possible? I think it is.

Smarty (http://smarty.php.net) is a pretty good templating system that you can use as part of a flat file db system. You'll still need to store the editable data somewhere -- flat file or db -- and provide an edit style interface though. You'll somehow have to impose structure to it too, either through "write the file this way", or a custom form that will write the data that way.
MCP
Reputation Points: 14
Solved Threads: 3
Light Poster
MCP is offline Offline
44 posts
since Sep 2006
Dec 13th, 2006
0

Re: Coding help - Is this possible? I think it is.

If you're looking for a decent Content Management System, I would recommend Drupal. I find it's a pretty good one. If you don't like that, I'd say take a look in the HotScripts directory.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
DennisP is offline Offline
23 posts
since Sep 2006
Dec 13th, 2006
0

Re: Coding help - Is this possible? I think it is.

Thanks I'll check it out. Do you think these are easy for customers to update their info on the websites I build?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
msndrstd is offline Offline
3 posts
since Dec 2006
Dec 13th, 2006
0

Re: Coding help - Is this possible? I think it is.

If your solution is completely web based, then you don't need to worry about your clients knowing any specific languages.

Your HTML will be dynamically generated by your script, so you can change the appropriate values as necessary. You can even think of your HTML as a document template.

It's not a difficult thing to do conceptually, but it will take some work.
Reputation Points: 23
Solved Threads: 23
Posting Pro in Training
Puckdropper is offline Offline
494 posts
since Jul 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: I need some help installing hlstats
Next Thread in PHP Forum Timeline: Syntax error,plz help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC