steviez Posted May 12, 2010 Share Posted May 12, 2010 Hi, I am adding some code to my file host site to allow people to mirror their file to hotfile. So far my cod is: preg_match('http://hotfile.com/dl', $files['file_name'], $result); $dll = $result[0]; With my code above i cant get a link for my uploaded file, the links on hotfiles page are in input tags. What am i doing wrong? Link to comment https://forums.phpfreaks.com/topic/201559-preg_match-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.