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