Page 1 of 1

Extremely simple CMS

Posted: Sat Jun 05, 2004 10:21 pm
by palmere
I'm working with a band and I'd like to offer them a way to *simply* edit their shows list.

They don't have a database and I want to have them be able to reorder, so some simple text files that string multiple gigs together will not work.

What I'd like is a script that someone can log into and edit through a text field with html in it. I've been dinging around with this for a while, and I'm not sure if I make any sense any more. Let me know if you have any ideas. Thanks much

E

Posted: Sun Jun 06, 2004 9:08 am
by kettle_drum
Place the gigs in the order they want in a text file, show a form that lets them edit the order of these - dont know why you would want to though - surely the date order would be good enough. Then edit the file to reflect the changes - new gig on each line in the order they want them in.

Create a log-in or .htaccess script to protect it all.

Posted: Sun Jun 06, 2004 10:58 am
by tim
fopen n fwrite would be some handy functions to research up on @ php.net

they provide good examples too

Done and Done.

Posted: Mon Jun 07, 2004 1:44 pm
by palmere
Thanks for the starting points. my remedial CMS system is now up and running. :)

Posted: Mon Jun 07, 2004 6:09 pm
by tim
awesome

congrats