MySQL Forums
Forum List  »  PHP

Re: Maybe Hard select
Posted by: Franklin Gomez
Date: April 08, 2006 10:38PM

Treat with this consult:

$word="soap";
$sql= "SELECT definition FROM DEFINITIONS WHERE DEFINITIONS.id = (SELECT id FROM WORDS WHERE word ='"$word"')";
mysql_query($sql);
.
.
.
FranklinG

Options: ReplyQuote


Subject
Written By
Posted
April 07, 2006 03:33AM
April 07, 2006 09:37AM
April 08, 2006 08:18AM
Re: Maybe Hard select
April 08, 2006 10:38PM


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.