Re: [PHP]REPOST: DB logic help...

2001-08-01 Thread Richard Lynch
> > > > > > > > > this is supposed to display link information from my db in three columns, > one for bands, one for sites, and one for misc. only problem is that it's > not displaying correctly, as you can see: www.fplg.net/links.php > &g

Re: [PHP]REPOST: DB logic help...

2001-08-01 Thread Chris Cocuzzo
playing correctly, as you can see: www.fplg.net/links.php any ideas on what the problem is? chris - Original Message - From: Jon Haworth <[EMAIL PROTECTED]> To: 'Chris Cocuzzo' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 11:57 AM Subje

Re: [PHP]REPOST: DB logic help...

2001-07-31 Thread Chris Cocuzzo
" target="_blank">Velour Music http://www.gamelan.tv"; class="hov1" target="_blank">Gamelan Productions http://www.supersonicrecording.com"; class="hov1" target="_blank">Supersonic Studios http:/

RE: [PHP]REPOST: DB logic help...

2001-07-31 Thread Jon Haworth
What about something like: "; echo "BandsSitesOther"; do { $data = false; echo ""; if ($row_bands = mysql_fetch_array($query_bands)) { echo "". $row_bands["Link"]. ""; $data = true; } else { echo " "; }