Can anyone tell me if this:
would work? would i get a million and one <td>'s? or would it only enter the loop with when there was something in the slot?
cheers
Siberdude
siberdude@settlers.co.uk
Code:
$sortby[200110241052] = $stuff[0];
$sortby[200110240935] = $stuff[1];
$sortby[200110252342] = $stuff[2];
foreach ($sortby, $i++)
{
print "<tr><td>$sortby[$i]</td></tr>";
}
would work? would i get a million and one <td>'s? or would it only enter the loop with when there was something in the slot?
cheers
Siberdude
siberdude@settlers.co.uk