Jump to content

PhP Query Help


fonecave

Recommended Posts

Hi Guys,

 

I am trying to run a mysql query in PHP,

 

I need it to select all field in the products table where it matches a variable to the string in a field in the table AND the other where statement in there...

 

Could i do something like this? ----- ALSO THIS NEEDS TO BE CASE IN-SENSITIVE

 

$query = "SELECT * FROM products WHERE availability ='A' AND instr(['search_terms'],'test')<>0";

 

Link to comment
https://forums.phpfreaks.com/topic/134274-php-query-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.