|
Posted by Pedro Graca on 10/06/06 12:17
rukkie wrote:
[...]
> echo "<option
> value=\"$nt[customer]\">$nt[customer]</option>\n";} ?>
>
> Note the \" in the option value statement ....
You can do that or use single quotes to quote the value
echo "<option value='$nt[customer]'>$nt[customer]</option>\n";
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
Navigation:
[Reply to this message]
|