how can i.....?
Moderator: General Moderators
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
how can i.....?
how can i extract information from another site and put it onto an image everyso often?
eg: http://runescape.com then click on highscores and search for the username of "gaogier"
the same info is there on an image but how
image location: http://www.icefuzion.com/addon.php?user=gaogier
i would also like to know how to make these calcs http://www.rsbandb.com/index.php?page=calc
plz use my runescape username "gaogier"
eg: http://runescape.com then click on highscores and search for the username of "gaogier"
the same info is there on an image but how
image location: http://www.icefuzion.com/addon.php?user=gaogier
i would also like to know how to make these calcs http://www.rsbandb.com/index.php?page=calc
plz use my runescape username "gaogier"
Last edited by gaogier on Sat May 21, 2005 8:07 am, edited 2 times in total.
One example is :
There are other methods, as well as explanations for the file() function on PHP.net's Online Manual. Hope this helps.
Code: Select all
$foo = file("http://www.somesite.com");- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US