PHP without server

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
X-Force
Forum Newbie
Posts: 3
Joined: Sun Aug 10, 2008 11:28 am
Location: Amman, Jordan

PHP without server

Post 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?
User avatar
idevlin
Forum Commoner
Posts: 78
Joined: Tue Jun 26, 2007 1:10 pm
Location: Cambridge, UK

Re: PHP without server

Post by idevlin »

Why do you want to do that?
User avatar
X-Force
Forum Newbie
Posts: 3
Joined: Sun Aug 10, 2008 11:28 am
Location: Amman, Jordan

Re: PHP without server

Post by X-Force »

i have some equation solvers and other stuffs, and i wish 2 share them offline
User avatar
idevlin
Forum Commoner
Posts: 78
Joined: Tue Jun 26, 2007 1:10 pm
Location: Cambridge, UK

Re: PHP without server

Post 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.
Last edited by idevlin on Sun Aug 10, 2008 12:41 pm, edited 1 time in total.
User avatar
EverLearning
Forum Contributor
Posts: 282
Joined: Sat Feb 23, 2008 3:49 am
Location: Niš, Serbia

Re: PHP without server

Post by EverLearning »

User avatar
X-Force
Forum Newbie
Posts: 3
Joined: Sun Aug 10, 2008 11:28 am
Location: Amman, Jordan

Re: PHP without server

Post 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:
Post Reply