since exec() and system() are disabled i want to write some PHP code wich does almost the same as wget
it wouldn't be that much of a problem for the basic functionality of wget, but this parameters would require some more work:
--save-cookies
--keep-session-cookies
--referer
do you know any available pieces of PHP code to do this ?
google gave me nothing..
it wouldn't be that much of a problem for the basic functionality of wget, but this parameters would require some more work:
--save-cookies
--keep-session-cookies
--referer
do you know any available pieces of PHP code to do this ?
google gave me nothing..