I want take all the usernames from this webpage and output them on my site. How would I go about that?

http://runehead.com/clans/ml.php?clan=gotskills

If you just want the content of the page, you could do an fopen on that URL, but if your looking for the username column out of the table on that site, you'll need to do a lot of string manipulation to get them out. I would say your better off doing this manually, or finding a different place to get the data from.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.