Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 200003

Re: [PHP3] extra blank lines output from MySQL mysql_fetch_array ?? From: Ken Jenks (kjenks <email protected>)
Date: 03/15/00

At 03:39 PM 03/15/2000 +0000, Mike Dent wrote:
> while ($myrow = mysql_fetch_array($result)) {
>
>
> printf("<tr><td><a href=\"%s?id=%s\">%s</a></td><td> %s</td><td>
>%s</td></tr><br>", $PHP_SELF, $myrow["id"], $myrow["name"], $my
>row["model"],$myrow["location"]);
>
> }

Move your <BR> tag inside your </TD> tag or just delete <BR> completely.

-- Ken Jenks, http://abiblion.com/

    Tools for reading.

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>