Can php listen for a mysql database change or update? ...thinking real-time, live search here
- by Derrick
Im trying to think of the best way to handle real time search for a website. The only solution I can come up with is to keep checking the server every few seconds for something new in the database, but that does not seem very practical to me.