С одной таблицы выведу вот так. А до двух еще не дошел
$tbl = mysql_query("SELECT * FROM `table1` ");
while ($res = mysql_fetch_assoc($tbl))
'.$res['name'].''.$res['text'].''.$res['user_name'].'
С одной таблицы выведу вот так. А до двух еще не дошел
$tbl = mysql_query("SELECT * FROM `table1` ");
while ($res = mysql_fetch_assoc($tbl))
'.$res['name'].''.$res['text'].''.$res['user_name'].'