On Mon, 2004-05-31 at 12:58, Eric Huff wrote: > > > What are your favorites for web based database programs? > > > > > > I have a project where i will have many items, each with a bunch > > > of keywords, and i need to be able to search for all items > > > containing a keyword, sort them by other keywords, blah blah > > > blah. It will be accessed on the web (or thru a browser, at > > > least), and will have the normal friendly gui interface of so > > > many sites. > > > The best thing is probably to use MySQL for your data, then scour > > Sourceforge and Freshmeat for a front-end that suits your needs > > (most of them are PHP, so you can hack them to your heart's > > content). > > Ok, thanks, i'll look into that. > > Now, if i wanted to do the same thing on computers w/o web access, > am i looking at a completely different set of applications? > Unfortunately, it would have to run in windows and macs, as well as > linux. > > Thanks, > eric
Eric: Do you mean without Internet access? As long as the boxes can point their browser to the right server within an Intranet you can still work with PHP-MySQL-Apache. And you application will run just fine under Windows, Mac, Linux or Unix. You don't need Internet access to get your Web Application working. You don't even need a DNS server. Just one entry in your /etc/hosts or Windows/system32/drivers/etc/hosts. The only thing you need is a working TCP/IP LAN. HTH Adolfo
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
