Twitter Answering System with Php
        Posted  
        
            by 
                1342
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by 1342
        
        
        
        Published on 2013-06-27T03:02:58Z
        Indexed on 
            2013/06/27
            4:21 UTC
        
        
        Read the original article
        Hit count: 162
        
I'm working on a project which gives information to students, online and instantly on Twitter ( for my university, I'm also student in Computer Engineering -> first year )
I'm fetching mentions which comes to this account -> https://twitter.com/BahcesehirBilgi I'm trying to search these in order to filters which i created in my panel.
http://imgim.com/2107incia8023554.jpg -> This is panel screenshot ( filter add ) I'm splitting filter words and searching them in mydatabase coloumn which get information about users tweet ( using mysql like, %word1%%word2% etc ).
http://imgim.com/3792incis3008867.jpg -> Example of filter, and answers http://imgim.com/1424incit5317319.jpg -> random dashboard screenshot Here is the question, how can i search this filters more accurately and more human friendly in my database ? Please dont forget this is my first project, and new in Php and working alone :)
© Stack Overflow or respective owner