Thanks RenatoMN,
Let me clarify.
I run 4 boards.
I would lile each board to have a custom URL containing the data I listed.
EX :
Myboard1.com/Mystats.php?Members=123&Posts=456&etc...
Myboard2.com/Mystats.php?Members=789&Posts=111&etc...
Myboard3.com/Mystats.php?Members=444&Posts=555&etc...
....
On a separate page, I would then summarize the data for all of my boards
EX :
Members Posts etc..
My board 1 123 456
My board 2 789 111
My board 3 444 555
...
The data in my summary page would be populated from the data extracted from the URLs.
I come from an "ASP" background but don't know how to do this in PHP.
I hope this makes more sense now.
|