lordsofvine
New Member
- Messages
- 41
- Reaction score
- 0
- Points
- 0
does php work in offline like connecting to another computer "network", thanks for helping
If you mean can you run PHP scripts when Apache is offline, no. PHP is tied to and depends on Apache.
you can actually use php without a webserver (apache, lighttpd, etc...) If you are using linux, you can program php to run like a shell script