hello friends..
<?while($row=(mysql_fetch_array(result))
{?>
<tr>
<td><?echo $row['photo']?></td>
<td><?echo $row['info']?></td>
</tr>
<?}?>
above code i use for fetching data.. one result in one row at a time..!!!
now i m try to show two result in one row..!!!
in other words.. two different data in one row..!!!
how can i do that...???