[Question] Mssql query for Server peak
Sorry for my english as my german dialog isnt that good...
I have a question about the Server Peak query...
Can you please tell me how you did this as thats the only thing i am missing currently on my page :)
you just have to post something like this if you want...
Sincere:
Asgarth.
Sorry for my english as my german dialog isnt that good...
I have a question about the Server Peak query...
Can you please tell me how you did this as thats the only thing i am missing currently on my page :)
you just have to post something like this if you want...
PHP-Quellcode
- <?php
- $link = @mssql_connect("$mssqlcon", "$mssqluser", "$mssqlpass") or die ("Server is down!");
- $db = @mssql_select_db('ACCOUNT_DBF') or die ("Account table is missing!");
- $b = '';
- $mail = '';
- $query = mssql_query("SELECT * FROM [ACCOUNT_TBL_DETAIL] WHERE isuse = 'J'");
- echo 'Current Online Users: ' . mssql_num_rows($query);
- ?>
Sincere:
Asgarth.