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
2009-12-09 04:34:55
A:
typically, server-side as a webserver module. What's the context?
Donnie DeBoer
2009-12-09 04:34:56
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
2009-12-09 04:36:30