Posted by Rik on 07/13/06 13:43
And now I see this: >> echo "<option value='<? echo $row[0];?>'><? echo >> $row[0];?></option>"; That will not echo what you want it to echo. Think about it, <?php ?> tags aren't nestable, why should they? echo "<option value='$row[0]'>$row[0]</option>"; Grtz, -- Rik Wasmus
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming