Forum Moderators: coopster
$cars = $HTTP_POST_VARS['cars'];
echo "0) ".$cars[0];
echo "1) ".$cars[1];
echo "2) ".$cars[2];
echo "2) ".$cars[3];
echo "2) ".$cars[4];
echo " <td>Cars</td>\n";
echo " <td bgcolor=\"#00CCFF\">$cars;</td>\n";
echo " </tr>\n";
How do I present the results of a mutiple drop down neatly in HTML tag in one line as opposed to one variable. Please help