Hello,
I am trying to search part values from a mysql table
lets say I have field1 with a value of "abc123"
a user enters "ab" how do I match up my user input to the db field?
also can I use str_replace(" ","",FIELDNAME) in my SQL query
thanks all in advance,
Match(Field1) AGAINST ('Val*' IN BOOLEAN MODE)