I'm using this statement:
Code: Select all
$mysql="SELECT name FROM $detail WHERE ref='29, 30, 2, 4, 25'";Moderator: General Moderators
Code: Select all
$mysql="SELECT name FROM $detail WHERE ref='29, 30, 2, 4, 25'";Code: Select all
$mysql="SELECT name FROM $detail WHERE ref IN '29, 30, 2, 4, 25'";