This code give me a list of the array and all of it’s elements.. How can I place a link in every one of them redirecting to it’s specific page?
Thanks
<td bgcolor="<?echo $cor2;?>" align="center" class="dados">
<?
for($i=0;$i<$num_lines;$i++)
{
echo $maquinas_monitorizadas[$i]->name."<br>";
}
?>
</td>
link? do you mean