while( $row1 = mysql_fetch_array($query1) ) { echo $row1['siir'].'-'; }
while( $row1 = mysql_fetch_array($query1) ) { $mesaj .= $row1['siir'].'-'; }