Forum

Can I run PHP witho...
 
Notifications
Clear all

Can I run PHP without a web server?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

Can I run PHP without a web server?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

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.


   
ReplyQuote
Share: