Looking for an easy to use database interface
October 6, 2006 9:34 AM
Subscribe
I need to collect a list of names and addresses at a trade show on a Windows XP Home Laptop. It needs to be setup in such a fashion that attendees walking past our booth can input thier information themselves. How can I do this?
I was originally planning on running PHP and MySQL on the laptop and building a form that would run in a full screen web browser, but because of a lack of support for IIS with XP Home and some other issues, this option is no longer feasible. What other programs or methods can I use to accomplish this?
posted by trbrts to computers & internet (12 comments total)
1 user marked this as a favorite
If you're stuck with XP for other reasons, I'd still go with the PHP/MySQL idea and just run Apache. The Apache Windows installer is pretty painless.
Definitely the last choice is an MS Access app. You'll have nothing but trouble with it and getting the data out is likely to be a pain but it will probably work.
posted by Skorgu at 9:38 AM on October 6, 2006