Why would this code produce the desired list of records in a table row, and
then add an equal amount of blank lines ( = num of records) before producing
the next set of records?
while ($row = mysql_fetch_array ($result)) {
$num = count ($row);
for ($c=0; $c<$num; $c++) {
echo $row[$c]."<BR>";
}
}
Thanks,
Mike @ keywordz
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] newlines in <textarea> boxes.. James Smith
- [PHP-DB] Re: [PHP] newlines in <textarea&g... Michael Hall
- [PHP-DB] .htpasswd? James Smith
- [PHP-DB] RE: [PHP] .htpasswd? Thor M. Steindorsson
- [PHP-DB] Getting Data Back from Oracl... Michael Gerholdt
- [PHP-DB] Getting Data Back from O... Richard S. Crawford
- Re: [PHP-DB] Getting Data Ba... Stas Trefilov
- Re: [PHP-DB] .htpasswd? Victor Foitzik
- Re: [PHP-DB] .htpasswd? Cody Caughlan
- RE: [PHP-DB] & [PHP] .htpassw... Thor Arne Madland
- Re: [PHP-DB] newlines in <textarea> box... Xsarus Internetdiensten
