Profile
Achievement
 
    
                TimoZachi's Recent SnippetsTagged function
- All /
 « Prev 1 Next »
Function to prevent sql injection in Like queries, where the characters '_' and '%' can be dangerous.
        
        
        
            0 
        
        
            2614 
        
                    posted 13 years ago by TimoZachi
            This is a function that receives a string as an argument (along with other config optional arguments) and locates all keywords (words that appear most) from that string, returning the keywords as an array or as a string separated by commas. The funct...
        
        
        
            2 
        
        
            5032 
        
                    posted 13 years ago by TimoZachi