$q=mysql_query(\"SELECT * FROM `kolhoz_smiles` ORDER BY `id` ASC\"smile;
while($post=mysql_fetch_array($q))
{
$n=explode(\',\',$post[\'name\']);
$nn=NULL;
foreach($n as $key => $value)
{
$str=str_replace($value,\"<img src=\'images/smiles/$post[img]\' alt=\'o\'/>\",$str);
}
}
==========
вот это в цикл...
или
\"SELECT * FROM `kolhoz_smiles`,`kolhoz_smiles1`,`kolhoz_smiles2` ORDER BY `id` ASC\"smile
а там раскидаешь как нужно...