Hey everybody :D
I'm working on an HTML page that is supposed to grab some stats (number of posts, number of topics, etc.) from another page.
I need to get these stats:
1. Number of topics (just the number)
2. Number of posts (just the number)
3. Number of users (just the number)
4. Newest Member (just the name)
5. Username (just the name)
So, somehow using jQuery (not sure if .load or .get is the best) I'd like to get those things and use them on the 2nd page.
Could anybody provide me the full script? I'd greatly appreciate that. Thanks!!