alin19 Posted January 21, 2008 Share Posted January 21, 2008 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; Link to comment https://forums.phpfreaks.com/topic/87034-solved-new-row-in-html/ Share on other sites More sharing options...
trq Posted January 21, 2008 Share Posted January 21, 2008 What is your question? Link to comment https://forums.phpfreaks.com/topic/87034-solved-new-row-in-html/#findComment-445085 Share on other sites More sharing options...
trq Posted January 21, 2008 Share Posted January 21, 2008 Lets guess.... echo $row['simbol'],'<br />', $row['piata'],'<br />', $row['bidvol'],'<br />', $row['bestbid'],'<br />', $row['bestask'],'<br />', $row['bidask'],'<br />',$row['data'],'<br />',$row['var']; Link to comment https://forums.phpfreaks.com/topic/87034-solved-new-row-in-html/#findComment-445087 Share on other sites More sharing options...
alin19 Posted January 21, 2008 Author Share Posted January 21, 2008 yes yes yes that worked; 10x Link to comment https://forums.phpfreaks.com/topic/87034-solved-new-row-in-html/#findComment-445088 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.