Can I run PHP without a web server?

More
1 month 1 week ago #3498 by Elias
Can I run PHP without a web server?

Please Log in to join the conversation.

More
1 month 1 week ago #3499 by Elias
Answered by Elias on question Can I run PHP without a web server?
You can make a PHP script to run it without any server or browser. You only need the PHP parser to use it this way. This type of usage is ideal for scripts regularly executed using cron (on *nix or Linux) or Task Scheduler (on Windows). These scripts can also be used for simple text processing tasks.

Please Log in to join the conversation.

Time to create page: 0.333 seconds