I was trying to exectue wget from php, tried and read several sites.
The way to do it is very simple:
<?php
exec ('wget URL_TO_GRAB'); // note you can add ANY command or option as well.
?>
Have fun
The way to do it is very simple:
<?php
exec ('wget URL_TO_GRAB'); // note you can add ANY command or option as well.
?>
Have fun
No comments:
Post a Comment