On Thu, 14 Aug 2003, Dave Myers wrote: > Just looking for some advice here....not really S/390 related.... > > The scout troop my son is in is looking to set up a web > site.� Does anyone have a recommendation for web software? > > I have a server running Linux/Apache - what I am trying to > find is an easy set of scripts to simplify uploads of text, > pictures and such by the boys.
HTML forms have a file element these days to facilitate file uploads for individual files. You might browse (by delegation) sorceforge.net for PHP content management software: I know there are packages there. mostly building on php. There's also a template system for php which you can find from php.net: I think it's called "smarty." -- Cheers John. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb Copyright John Summerfield. Reproduction prohibited.
