RE: [PHP-DB] Ordering question .....

2002-05-10 Thread Ryan Jameson (USA)
BTW... if you're going for an outline effect, you may want to look into or (unordered and ordered lists) first second third <>< Ryan -Original Message- From: Ryan Jameson (USA) Sent: Friday, May 10, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Ord

RE: [PHP-DB] Ordering question .....

2002-05-10 Thread Ryan Jameson (USA)
/t is a tab, however tabs won't show up in HTML, you'll have to use something like:   <>< Ryan -Original Message- From: Jim Hatridge [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:03 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Ordering question .

Re: [PHP-DB] Ordering question .....

2002-05-10 Thread Jim Hatridge
Hi Bogdan et al... Thanks! I've got that going now. I'm sure that I'll have more questions for you as I work on it. In fact here's one now! echo("$myrow[1] $myrow[2]\n"); In the line above, how can I get a tab to work? I tried "\t" but that did not work. Also the "\n" does not work on this