Forum Moderators: open

Message Too Old, No Replies

Need duel platform DB - Web & CDROM

DB to work on web and CDROM

         

Marshall

5:21 pm on Aug 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have a client that wants his site rebuilt to be dynamically generated based on search entries from a visitor. He also wants it on a CDROM for distribution. I know the more obvious methods are out of the question, but I can't find a not so obvious solution. Since the information in the DB isn't sensitive, the type doesn't matter. The only thing that matters is that it works in both environments without modifying anything. Any suggests?

Thanks in advance,
Marshall

janharders

5:51 pm on Aug 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



For windows, you could use MicroWeb (by Indigostar) or something similar. It'll put a httpd on the CD and will point the user to the read-only website that is also stored on the CD. According to their website, you can integrate mysql. It supports CGI, so you'll probably be able to use php as cgis.