PDA

View Full Version : events list calender type thingy


jreitz
08-26-2004, 05:32 AM
I am wanting to use a program, something very simple, no frills that would be a CGI or PHP to do the following:

1. a list of show dates/locations/times sorted by date that can be entered or deleted from a web page.
2. The list will drop off things in the "past"
3. The next show date will be able to be called up via ssi or a php include to a small area on ever page of a small 8 page site.

See here: (click "about the artist, and note the tops of the pages)
www.lifemaps.biz

Any suggestions on something prebuilt for this, I am really not probably up to building it from scratch?

thanks
john

jreitz
08-30-2004, 07:52 PM
ok, so i did alot of searching out on this, and I found a collection of simple CGIs: csvedit/read/write at www.ezscripting.co.uk

Using a combo of these I managed to get a pretty effective system in place. I didnt have to do much in the way of programming, jsut bits of hand coding the shtmls. I couldnt get it to do a PHP include but had success with SSI.

Anyway, If anyone elese is looking for a similar system, and doesnt have the experience or the time to build it themselves, these scripts got the job done.

-JAR