php3-list | 200003
Date: 03/15/00
- Next message: eric ³: "[PHP3] Re:"
- Previous message: Aarno Villa: "[PHP3] Free PHP3 webhosting?"
- In reply to: Mike Dent: "[PHP3] extra blank lines output from MySQL mysql_fetch_array ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: eric ³: "[PHP3] Re:"
- Previous message: Aarno Villa: "[PHP3] Free PHP3 webhosting?"
- In reply to: Mike Dent: "[PHP3] extra blank lines output from MySQL mysql_fetch_array ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

