Page 1 of 1

how to craw on a webpage for img tags?

Posted: Mon Feb 18, 2008 4:32 pm
by ivytony
If you've used digg.com, you probably found that digg.com will let you choose images after you submit a url.

I want to do the same as digg.com. Whenever a user submits a url, I would like my PHP script to get images on the target url and allow users to choose which they want to use.

Is there a way to do this with PHP?

ps: I'm using PHP4.

Thanks!