I was wondering if there was a contains word to use with a mysql query, my current query is :
//$query="SELECT * FROM $table WHERE date = '$selecteddate' AND Style = '$selectedstyle' AND Platform = '$selectedplatform'";
but the $selectedplatform isn't always the only thing in the Platform column, I just want to search the database to see if that column contains the value of $selectedplatform for the row in question.