MrDudeMan
Lifer
I'm playing a browser based game that is written in PHP. What I'd like to do is read information off of the webpage and use it to change values in a calculator utility I've written instead of plugging the information in manually.
The problem is I have no idea how to get the values off of the page. I'm a programmer in 'conventional' languages and have next to no experience with html. I can write the app to do this in php or if there is a better route please let me know.
The attached pic is the interface to the game. All of the numbers (e.g. 1884/11800) are what I want to save to a variable somehow.
Any ideas would be appreciated.
The problem is I have no idea how to get the values off of the page. I'm a programmer in 'conventional' languages and have next to no experience with html. I can write the app to do this in php or if there is a better route please let me know.
The attached pic is the interface to the game. All of the numbers (e.g. 1884/11800) are what I want to save to a variable somehow.
Any ideas would be appreciated.