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
SiLvEr_SnAkE
Forum Newbie
Posts: 5 Joined: Wed Feb 16, 2005 1:22 pm
Post
by SiLvEr_SnAkE » Wed Feb 16, 2005 1:29 pm
Hi, sorry if this has been asked before and sorry if its in the wrong place, and once more for the crappy subject title.
.
I'm building a site and the end user needs to be able to easily update the content on each page without messing with HTML.
I am looking for a script or something in which i can place code on each page enabling the end user to edit the content.
Thanks,
Anthony.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Feb 16, 2005 1:31 pm
Welcome to the board, yes this has been asked before.. search for CMS or Content Managment Systems.
Moved to PHP - Code
SiLvEr_SnAkE
Forum Newbie
Posts: 5 Joined: Wed Feb 16, 2005 1:22 pm
Post
by SiLvEr_SnAkE » Wed Feb 16, 2005 1:40 pm
i dont want to use a content management system, i have made a template which my end user has chosen to use and they just need to be able to edit the content on each page as it may change without having to use html, or faffing with uploading etc..
hope you can help me
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Feb 16, 2005 1:44 pm
you are describing a CMS.. maybe you want to use a bbcode like system? It depends on how you want formatting to be used/shown/implemented..
SiLvEr_SnAkE
Forum Newbie
Posts: 5 Joined: Wed Feb 16, 2005 1:22 pm
Post
by SiLvEr_SnAkE » Wed Feb 16, 2005 2:02 pm
just basically like any normal template with text on but needs the ability to change the text without messing with html/uploads.
i dont quite know how it will work but thats what i need it to do.
jonemo
Forum Commoner
Posts: 28 Joined: Wed Feb 09, 2005 1:32 pm
Location: london, uk
Post
by jonemo » Wed Feb 16, 2005 2:05 pm
then you should consider a cms
of course you can code your own little one to make it suitable to your customer, but it will be a cms in the end...
SiLvEr_SnAkE
Forum Newbie
Posts: 5 Joined: Wed Feb 16, 2005 1:22 pm
Post
by SiLvEr_SnAkE » Wed Feb 16, 2005 2:09 pm
ok i'll have a look then - can you recommend any?
i have worked with phpnuke for a long time but i would like something a little less fussy than nuke.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Feb 16, 2005 2:11 pm
Jim_Bo
Forum Contributor
Posts: 390 Joined: Sat Oct 02, 2004 3:04 pm
Post
by Jim_Bo » Wed Feb 16, 2005 2:34 pm
Hey,
Why not find a tutorial on add/edit/delete records .. I would also sugest you consider learning about functions as well.
Then the user will be able to modify records on the site .. And you will beable to modify the add/edit/delete into the site structure you have ..
SiLvEr_SnAkE
Forum Newbie
Posts: 5 Joined: Wed Feb 16, 2005 1:22 pm
Post
by SiLvEr_SnAkE » Wed Feb 16, 2005 2:59 pm
Jim_Bo wrote: Hey,
Why not find a tutorial on add/edit/delete records .. I would also sugest you consider learning about functions as well.
Then the user will be able to modify records on the site .. And you will beable to modify the add/edit/delete into the site structure you have ..
can you elaborate a bit about records please...