Hi, > I'd like to get some input on how to deal with recipes. > use html pages to store and display, XML or db or... ? And what about > clips, like flvs ? TIA. Actual recipes? As in a pork roast? I would put them on the file system in .html files. You could use a PHP file to serve them, and have a URL like this: http://www.pig-supper.com/recipe/pork-roast.html "recipe" could be a PHP file that adds a common header and footer. I do similar with my site. Eg: http://www.phpguru.org/static/canvas.html Or did you mean something else entirely...? -- Richard Heyes HTML5 graphing: RGraph (www.rgraph.net - updated 23rd May) PHP mail: RMail (www.phpguru.org/rmail) PHP datagrid: RGrid (www.phpguru.org/rgrid) PHP Template: RTemplate (www.phpguru.org/rtemplate) PHP SMTP: http://www.phpguru.org/smtp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php