There is a table "table" in it a column with data. and I need to display this column with a string ...
$result1 = mysql_query("SELECT * FROM table",$db); while ($myrow1 = mysql_fetch_array($result1)) { $count = $myrow1['id']; echo "$count"; }
it turns out only the same column (On each circle of the cycle, it makes it on a new line / n. How to make this conclusion in a line?