R
Ryan
Guest
i have a database that contains a lot of titles like
"this.is.a.title"
is there an easy to explain way or available php code to allow searching for this with just "this is a title" and no periods?
currently only searching exactly this.is.a.title returns the result im looking for, searching "this is a title" doesnt return anything
hope that makes some sense
"this.is.a.title"
is there an easy to explain way or available php code to allow searching for this with just "this is a title" and no periods?
currently only searching exactly this.is.a.title returns the result im looking for, searching "this is a title" doesnt return anything
hope that makes some sense