aduhperf Posted November 30, 2008 Share Posted November 30, 2008 i am a newbbie i am designin a website using dreamweaver 8 php and mysql the output of inserted database recods shows like this 1.ARSENAL VS HULL 2.ASTONV VS SUNDERLAND 3.FULHAM VS WESTHAM 4.MANUTD VS BOLTON 5.MIDDLESBRO VS WESTBROM 6.WOLVES VS BRISTOL C 7.CHELTANHAM VS STOCKPORT 8.OLDHAM VS HUDDERSFIELD 9.INVERNESSCT VS KILMARNOCK 9.ARSENAL VS HULL 10.BURY VS WYCOMBE 11.LINCOLN VS MORCAMBE 12.MANUTD VS BOLTON instead of like this 1.ARSENAL VS HULL 2.ASTONV VS SUNDERLAND 3.FULHAM VS WESTHAM 4.MANUTD VS BOLTON please someone shud help me out Link to comment https://forums.phpfreaks.com/topic/134913-php-mysql-output-is-not-diplaying-properly/ Share on other sites More sharing options...
corbin Posted November 30, 2008 Share Posted November 30, 2008 <br /> Or \n ???? Link to comment https://forums.phpfreaks.com/topic/134913-php-mysql-output-is-not-diplaying-properly/#findComment-702632 Share on other sites More sharing options...
dclamp Posted December 1, 2008 Share Posted December 1, 2008 Yea, expanding on corbin, you are going to need to have a line break after each number. Alternatively you could use an ordered list. Link to comment https://forums.phpfreaks.com/topic/134913-php-mysql-output-is-not-diplaying-properly/#findComment-702653 Share on other sites More sharing options...
aduhperf Posted December 1, 2008 Author Share Posted December 1, 2008 Should i use ordered list in the mysql sintax when querying the database Link to comment https://forums.phpfreaks.com/topic/134913-php-mysql-output-is-not-diplaying-properly/#findComment-702816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.