Quote:
Originally Posted by mrzev
Thanks my lord but how to pop-up that counting online user into website, i already put inside the online.php at htdocs then i refresh nothing happend, no words display. sorry for asking again because im not really good at html/php.
|
You need add a "include" with file responsible for making the connection to the database. Try use the file (RohanAuth/include/
dbconn.php)
PHP Code:
<?php
error_reporting(0);
include 'dbconn.php';
Do not forget to append this code above in your
online.php file and put in the same folder the file
dbconn.php