Hi,
I have a php script that runs on a page that is called chat.php.
It counts the current active users and save that to the database.
I want to display that number on the navigation bar in next to the chat link.
How do I do that?
I have read
this article that saves an adittional field and displays it but that was when an article loads.
how do I make it for the navbar loading?