Forum Moderators: coopster
Here's the URL..
index.php?interfaces%5B%5D=IEEE+1394a&interfaces%5B%5D=IEEE+1394a
if (is_array($interfaces))
{
for ($i = 0; $i < count($interfaces); $i++)
{
$interfacestring .= "$interfaces[$i]";
if ($i!= (count($interfaces)-1))
$interfacestring .= ", ";
}
}
print $interfacestring;
$interfacestring is supposed to be "IEEE 1394a, IEEE1394b"
Is there anything I did wrong?
I am out of ideas.. pls help...
I appreciate your help