I'm trying to start a project that will come on a CD-ROM to the clients.
It will contain a lot of static pages but a little database which I would like to access with PHP script code.
I know that it is possible to run php files from the command line with something like c:\php\php.exe -f test.php which generates the HTML code, but how can the client execute them from an Internet Explorer window or something like that ?
Any idea ?