|
Posted by vito on 05/04/06 16:40
after reading your comments,
i made some changes.
1)switch to use "acd" instead of "big problem"
2)try use file_get_contents instead
$theFile ="http://images.google.com/images?q=acd";
the $content contains:
<img
src=/images?q=tbn:8w7TF3ADocTy3M:cheminf.cmbi.ru.nl/cheminf/isis/pict/acd_price.gif
width=134 height=105>
but i just don't know why
$matchno = preg_match_all("/.*<img src=/images?q=tbn:.*:(.*) width=.*>.*/",
$content, $regs);
returns nothing. ($matchno echo nothing)
furthermore, how is Jerry able to count the size? could anybody tell me?
indeed, i need not retrieve the whole content but just a single little image
is grateful.
Navigation:
[Reply to this message]
|