echo $row['simbol'],' ', $row['piata'],' ', $row['bidvol'],' ', $row['bestbid'],' ', $row['bestask'],' ', $row['bidask'],' ',$row['data'],' ',$row['var'];
it outputs numbers unlined;
i've found this: echo nl2br($yourTextData);
but if i apply this i get an error;