I was wondering if something like the following is possible...
$sql = "SELECT * FROM $table_name WHERE name CONTAINS 'jo'"
I don't think that the above would actually work, but is there another way to reword this statement so I would get all the names that had 'jo' in them... it would return Josh, Joan, Joe, John, etc... whatever was in my table?