Re: [PHP-DB] Formated Results

2002-01-07 Thread markus|lervik
On Monday 07 January 2002 14:32, you wrote: > Yes thank you that was the answer. > While I'm asking questions , I've got one good one : > Whats the best book to buy on php & mysql ? I can recommend PHP Blackbook by Peter Moulding (Coriolis, ISBN 1-58880-053-9), 845 pages. It concentrates mos

RE: [PHP-DB] Formated Results

2002-01-07 Thread matt stewart
ough. -Original Message- From: Barry Rumsey [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 12:32 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Formated Results Yes thank you that was the answer. While I'm asking questions , I've got one good one : Whats the best book to buy on

Re: [PHP-DB] Formated Results

2002-01-07 Thread Barry Rumsey
<[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 1:27 AM Subject: Re: [PHP-DB] Formated Results > Try printing before and after them > > > Regards, > Andrey Hristov > - Original Message - > From: "Barry Rumsey" <[EMAIL PROTECTED]> > To: <[

Re: [PHP-DB] Formated Results

2002-01-07 Thread Andrey Hristov
Try printing before and after them Regards, Andrey Hristov - Original Message - From: "Barry Rumsey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 2:19 PM Subject: [PHP-DB] Formated Results Hi I have a database that has lyrics in

RE: [PHP-DB] Formated Results

2002-01-07 Thread matt stewart
without code it's hard to know, but i'd have thought a simple html tag around the entry should work. ie... printf "%s",$myrow[Lyrics]; -Original Message- From: Barry Rumsey [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 12:20 To: [EMAIL PROTECTED] Subject: [PHP-

[PHP-DB] Formated Results

2002-01-07 Thread Barry Rumsey
Hi I have a database that has lyrics in it. I can get them to list but they are not aligned the same as whats in the database. How can I get the results aligned as whats in the database ?