MySQL Forums
Forum List  »  PHP

php search in myISAN table
Posted by: edson fernando
Date: May 27, 2010 06:57AM

this search is correct?

mysql_query("SELECT a.art,a.idart,a.idmu,b.let FROM let a, lets b, muslet c WHERE a.id = c.idlet AND b.id = c.idlet and c.idk = '$search' LIMIT 1");

how to optimize this search?

Options: ReplyQuote


Subject
Written By
Posted
php search in myISAN table
May 27, 2010 06:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.