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; Quote 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? Quote 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']; Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.