Jump to content

Retrieving Information from a Website using PHP


Recommended Posts


  • 1 month later...

just like WBHoenig said, it's possible..

u can get the content of the site with

<? $f=file('http://google.com/'); for ($i=0; $i<count($f); $i++) $content.=$f[$i]; ?>

then u just need some regular expressions and stuff like that to get the info from the tables.. i've done a similar thing for a torrent tracker system which gets each torrent's hash, uploader, size, name, category by having access to the html code only.. it's not impossible..

Edited by dAbReAkA
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...