fejl i if sætning
hejsajeg kan ikke lige gennemskue hvorfor der er fejl i koden
if ($kon == kvinde)
{
echo '<td>Mand <input type="radio" name="kon" value="kvinde" checked> Kvinde <input type="radio" name="kon" value="Mand"> </td>';
}
elseif ($kon == mand)
{
echo '<td>Mand <input type="radio" name="kon" value="kvinde"> Kvinde <input type="radio" name="kon" value="Mand" checked> </td>';
}
else ($kon != mand && $kon != kvinde)
{
echo '<td>Mand <input type="radio" name="kon" value="kvinde"> Kvinde <input type="radio" name="kon" value="Mand"> </td>';
}
