Welcome Guest, Not a member yet? Register   Sign In
[HELP] Keep a Select Box Selected after Submit
#1

[eluser]C_Line[/eluser]
i have a code like this

Code:
<select name="pilih_notran">
&lt;?php
$i=0;
foreach($query as $no)
{
$nos[$i] = $no->notrans_supplier;
$p = $_SESSION['psan'];
echo "<option id='$i' value='".$no-&gt;notrans_supplier ."' if($p == $nos[$i]){selected = 'selected';}>".$no->notrans_supplier."</option>";
$i++;
}
?&gt;
</select>

but why it can't selected ?
thx


Messages In This Thread
[HELP] Keep a Select Box Selected after Submit - by El Forum - 07-12-2012, 07:12 PM
[HELP] Keep a Select Box Selected after Submit - by El Forum - 07-12-2012, 07:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB