Forum Moderators: coopster
Going back to square one.
<? echo '<option value="12">Alabama</option>';?>
<? echo '<option value="99">',"$name",'</option>';?>
Why does the first work, and the second does not?
It outputs --- ,"$name",
How do I put the variable int the picklist.
Thanks........
VisLord
PHP's manual pages are well-written. You'll find yourself going there quite often to find answers, too. Here are the pages on concatentation:
String Operators [php.net]