How To Run Wget From Php Scripts
- Forums
- PHP
- How To Run Wget From Php Scripts
This Page Contains information about How To Run Wget From Php Scripts By Jayzzz in category PHP with 0 Replies. [2041], Last Updated: Mon Jun 24, 2024
Jayzzz
Wed Oct 07, 2009
0 Comments
423 Visits
today i was asked if you can run php wget in php scripts.
the answer is yes, you can use the system() function that comes with php.
NOTE: some web hosting companies do not allow this function to run in their servers, i believe by default this function is disabled, so if you own your own server, be sure to set the permission to allow this function in your configuration