Search found 1 match

by bussifr1
Fri Sep 27, 2002 4:00 am
Forum: Miscellaneous
Topic: php files wihtout a web server ? Possible ?
Replies: 10
Views: 6103

php files wihtout a web server ? Possible ?

Hello, 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....