Re: changing output method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <chintanonnet@xxxxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux