Re: [PHP] Strange MySQL Query Problem

2002-07-03 Thread Alberto Serra
eat pasta type fasta wrote: > $result = mysql_query("SELECT some_id, some_description, some_feature > FROM '$pop-up1' WHERE some_description LIKE '%$texfield%' AND > some_feature LIKE '%$pop-up2'"); have this query echoed to video and then cut it and paste it to mysql terminal. Most probably

Re: [PHP] Strange MySQL Query Problem

2002-07-03 Thread Jason Wong
On Thursday 04 July 2002 12:32, eat pasta type fasta wrote: > $result = mysql_query("SELECT some_id, some_description, some_feature > FROM '$pop-up1' WHERE some_description LIKE '%$texfield%' AND > some_feature LIKE '%$pop-up2'"); Again: echo $result; -- Jason Wong -> Gremlins Associates -> w