Jump to content

preg_match help


steviez

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.