RE: [PHP] Too many 'linespaces'

2003-01-27 Thread John W. Holmes
[snip] > > > > mysql_fetch_assoc($Recordset1)); ?> > Your problem is probably right here. Why do you have output between the and tag? Since that doesn't make sense, there shouldn't be any data

Re: [PHP] Too many 'linespaces'

2003-01-27 Thread Lars Espelid
You mean to comment out the while sentence? A do-while-loop won't work without the while-part would it? Comments are suplements to understand the code, not needed for the code to work. Thanks anyway "Tom Rogers" <[EMAIL PROTECTED]> skrev i melding [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > H

Re: [PHP] Too many 'linespaces'

2003-01-27 Thread Tom Rogers
Hi, Tuesday, January 28, 2003, 12:24:21 PM, you wrote: LE> Hello, LE> I present some content of a mysql-table in an html-table. When the query LE> which collects the content contains few rows I get the amount of space I LE> want between the output and the above content. But when I get for instanc