Page 1 of 1

PHP without server

Posted: Sun Aug 10, 2008 11:57 am
by X-Force
Hi,
I have code snippets that don't require SQL, and wish to run them on my friends PCs without Apache installation.
Can this be done?

Re: PHP without server

Posted: Sun Aug 10, 2008 12:05 pm
by idevlin
Why do you want to do that?

Re: PHP without server

Posted: Sun Aug 10, 2008 12:10 pm
by X-Force
i have some equation solvers and other stuffs, and i wish 2 share them offline

Re: PHP without server

Posted: Sun Aug 10, 2008 12:12 pm
by idevlin
Sorry, I meant why do you not want to install Apache?

As far as I'm aware there's no way of running PHP code without having something like Apache. I could be wrong of course.

Re: PHP without server

Posted: Sun Aug 10, 2008 12:15 pm
by EverLearning

Re: PHP without server

Posted: Sun Aug 10, 2008 12:22 pm
by X-Force
Using Apache is't that easy for public + its takes more time
Maybe the solution is C++ plus SAPI but this is hard for me :banghead: