redfroc
03-01-2009, 12:06 PM
Dear all,
I want to fetch some data from a website. I want to fetch data between USD</center></td><td valign="top" align="right"> and </td>
I did this but nothing happen..
$grabtitle = preg_match("/USD<\/center><\/td><td[^>]*valign=\"top\"[^>]*align=\"right\">(.*?)\ \;<\/td>/", $datastrip, $matchtitle);
print_r($matchtitle);
Please help me.
Thank you very much before.. :)
I want to fetch some data from a website. I want to fetch data between USD</center></td><td valign="top" align="right"> and </td>
I did this but nothing happen..
$grabtitle = preg_match("/USD<\/center><\/td><td[^>]*valign=\"top\"[^>]*align=\"right\">(.*?)\ \;<\/td>/", $datastrip, $matchtitle);
print_r($matchtitle);
Please help me.
Thank you very much before.. :)