How can I grap number written in specifec place in html
I try this :
preg_match_all("/ <TR>
<TD bgColor=#e4e4e4>
<P><B>test:<\/B><\/P><\/TD>
<TD>
<P>(*[0-9])<\/P><\/TD><\/TR>
<TR>/",$html,$match);
its not work
How can I do that-- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

