|
It would be easy enough to create a DLL/EXE file that would run PHP and MYSQL. However, you would probably violate all kinds of license agreements and in the end you would end up with a READONLY database. CD's are locked down so you wouldn't be able to store any data on the CD. If you connected to an external database (on a web server) then it would be more ideal and dynamic. But you would still have the license issue.
|