[Help]# Posts in a forum[solved]
Basically, I want to find the number of posts on mpgh and display it as a label.text.
For example my user profile is here:
http://www.mpgh.net/forum/members/378727-ppl2pass.html
And right now i have 209 posts.
Basically, the program will read the source of that page and find this line:
But this will be different for everyone.
How would i display the number of post in a label for different users.
For example my user profile is here:
http://www.mpgh.net/forum/members/378727-ppl2pass.html
And right now i have 209 posts.
Basically, the program will read the source of that page and find this line:
Code:
Total Posts:</span> 209</li>
How would i display the number of post in a label for different users.



