Newline help...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	I must be stupid, because I cannot for the life of me figure out why
I am not getting newlines from some very simply 'echo' statements.  Here is
the portion of the code below, and I am getting everything run together on a
single line:

<?php do { 
  echo $list['id-sys'] . "\n";
  $sys = split('-', $list['id-sys']);
  echo "$sys[1]\n";
  } while ($list = mysql_fetch_assoc($result));


	I am truly stumped by this.  It is quite frustrating that something
as simple as a newline can misbehave.  I have been searching for this on the
PHP site, newsgroups, and in a couple of books I have and yet I am still
stumped.  Help please.  Thanks.
Scott Nipp
Phone:  (214) 858-1289
E-mail:  sn4265@sbc.com
Web:  http:\\ldsa.sbcld.sbc.com



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux