Would be nice if you add alias to the array:
$select = array(
"smile" => 1,
"sunglass" => 27,
"thumbsup" => 91,
":-)" => 1,
"8-)" => 27,
":-q" => 15
);
Would be nice if you add alias to the array:
$select = array(
"smile" => 1,
"sunglass" => 27,
"thumbsup" => 91,
":-)" => 1,
"8-)" => 27,
":-q" => 15
);