Re: Fw: Re: help w/ multidementional array in mysql

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

 



;-)

<table class="results_inner">
<?php
foreach ($returned_rows as $key => $value)
{
echo "<tr><td class='".
($key & 1 ? 'results_blue' : 'results_white')."'>".
$value['lastname'].", ".$value[firstname]."</td></tr><br>";
}


    ?>
</table>

--
paperCrane <Justin Patrin>

--
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