On Sat, Apr 09, 2005 at 04:40:31PM -0700, gossamer axe wrote: > I'm working on a database program, it's done with MySQL, PHP and > Apache. It's basically to keep track of items pertaining to crafts. > Needles, yarn, thread etc., I'm learning PHP as I go, but a lot of > people who run Windows don't know much about installing Apache, PHP > libs and MySQL.
You might take a look at CherryPy (cherrypy.org) or twisted.web (twistedmatrix.com, nevow.com). These allow you to embed the web server along with your app. Dave Cook -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
