[PHP-DB] Re: [PHP-WIN] Need Help with database output

2010-08-28 Thread Phansys Corp
Hi Nagendra!

 0) {
  echo
'Col1Col2Col3';
  do {
echo '', $row_rs_query['Col1'], '', $row_rs_query['Col2'],
'', $row_rs_query['Col3'], '';
  } while($row_rs_query = mysql_fetch_assoc($rs_query));
  echo '';
}
mysql_free_result($rs_query);

?>

2010/8/28 nagendra prasad 

> Hi All,
>
> I have a database and I want to show it in 3 columns Like
>
> Col1   Col2 Col3
> data1   data2   data3
> data4   data5   data5
>    ...
>
>
> I tired using table but its not working. Please help me.
>
> Best,
> guru.
>


[PHP-DB] Need Help with database output

2010-08-28 Thread nagendra prasad
Hi All,

I have a database and I want to show it in 3 columns Like

Col1   Col2 Col3
data1   data2   data3
data4   data5   data5
   ...


I tired using table but its not working. Please help me.

Best,
guru.