how to craw on a webpage for img tags?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ivytony
Forum Newbie
Posts: 2
Joined: Thu Jan 24, 2008 4:22 pm

how to craw on a webpage for img tags?

Post 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!
Post Reply