Good afternoon, I bring a column with numbers out of mysql, how can I turn now to line 2 of this column? To make some mathematical operations, for example, to add the first row of a column to the second .. $ row ['exp_cnt'] [1] - the second character from each row is displayed to me .. (((
while ($row = mysql_fetch_array($query)) { print_r($row['exp_cnt']); }