Type: Posts; User: SC7639
What was the problem with your server. I am having the same problem and not sure how to fix it
You could do this with just two queries using "JOIN" in your query. PHP Code: $sql = mysql("select * from Merchants join Issues using(MerchantID) where Name like '%$term%'"); while($row =...