how do i display the number of thread replies & number of thread views? i know that threads[x] array doesn't have those variables.... so how do i do it? Any help wld be greatly appreciated.
Since the array doesn't have it, there is no way to do it using the method you are using. You would have to do a query and you can't do that in an html page.
Sure, you can write a query it it's a php page. There are several mods to display threads/views on other pages - do a search for one - and then grab the query from it and modify to suite your needs.