I was wondering if there is a tool that I can control MySQL database data in real time using PHP?
I am currently using the Ajax call to check the database for any updates every few seconds, but I assume that this is not true when I have more users, as this puts a lot of pressure on the server.
** Just add a note that I really want to show data on my website written in PHP, so it would be useful to know what is the best way to integrate other tools to achieve this.
source share