substitute wget with PHP code..

slacker3

New Member
Messages
146
Reaction score
6
Points
0
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..
 

slacker3

New Member
Messages
146
Reaction score
6
Points
0
aahh...
that's fine, exactly what i wanted

sorry for my lame question, i'm pretty new to php
 
Top