tags:

views:

83

answers:

3

where is PHP code interpreted?

+5  A: 

It depends on how you have PHP set up. PHP will function as a webserver SAPI module, an executable CGI binary, or a standalone executable.

Kenaniah
A: 

typically, server-side as a webserver module. What's the context?

Donnie DeBoer
A: 

I'm sorry, I may be missing something, but your question seems very vague. I hope this is the answer you are looking for:

PHP code is most commonly interpreted on a web server, but it can be used to write desktop applications and interpreted there.

darthnosaj