put
echo mysql_num_rows($result);
before
while ($line = mysql_fetch_array($result))

and add
print_r($line)
inside the while loop

is $line empty? paste _some_ of that output.

On Fri, 04 Mar 2005 10:52:59 +0530, chintan <[EMAIL PROTECTED]> wrote:
> and as aniruddh's suggestion i was unable to printout any raws
> it just prints tables fieldname

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to