js_newbie,
I assume all these datas you get comes from a website.
If that is the case these datas come from a database source.
To monitor that directly through php scripting,
you need to know the following (only if you are authorized to):
1) hostname or IP address,
2) username
3) password
4) databasename
Then you can generate sql statement to retrieve datas.
hope this helps,
jm
|