Is it possible to perform a MySQL search and replace while honoring wildcards?
eg:
$search = \"id=\'%wildcard%-houselisting-rental\'>\"; $replace = \"
I found out this wasn't possible for mysql.