<?php $query = mysql_query("SELECT * FROM $t_cats"); while($array=mysql_fetch_array($query)){echo $array['META_KEYWORDS'];}?>