Can php listen for a mysql database change or update? ...thinking real-time, live search here
        Posted  
        
            by Derrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Derrick
        
        
        
        Published on 2010-05-21T18:12:44Z
        Indexed on 
            2010/05/21
            18:20 UTC
        
        
        Read the original article
        Hit count: 255
        
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.
© Stack Overflow or respective owner