Jump to content

[SOLVED] higlighting tables in php ???


ali_2kool2002

Recommended Posts

while ($results = mysql_fetch_array($get_cat_res, MYSQL_ASSOC))
{ 
$catId = '0';
$driverId = $results['catId'] ;

echo '<tr><td align="center">' . $results['catId'] . '</td>
	  <td align="center">' . $results['cat_name'] . '</td>
	  <td align="center"><input type="radio" name="catId" value = '.$driverId.' unchecked> Selected</td>
</tr> ';

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.