Whats Wrong Here
I Need To Grab Comment From Gamezmob download page But It Out Nothing
any1 pls Help me to Fix it
Code:
<?php
$m="http://gamezmob.com/dispLoad.php?id=788";
$from=file_get_contents("$m");
preg_match('|<a href="dispGet.php?id=788" class="download">Download</a></td></tr></tbody></table><br>(.*?)<br><form name="form1" method="post" action="">|',from,$regs);
echo $regs[1];
?>
any1 pls Help me to Fix it

Comment