Re: make form list with option select

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



apz screwed up:
   echo "<option value='".$row1["kode_fak"].".>".$row1["mana_fak"].
       "</option>\n";

it should say:

    echo "<option value='".$row1["kode_fak"]."'>".$row1["mana_fak"].
        "</option>\n";


if you dont see it, I had ".>" while should be "'>" (to close the html value string for the option tag). blah, hope this does not deter from getting this thing for you to work.


enjoy



/apz,   Learn to pause -- or nothing worthwhile can catch up to you.



[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux