Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 18, 2014 08:59
Show Gist options
  • Select an option

  • Save axilaris/9616215 to your computer and use it in GitHub Desktop.

Select an option

Save axilaris/9616215 to your computer and use it in GitHub Desktop.
$node ='<select id="currency" name="currency" style="width:120px"><option selected="selected" value="KRW">KRW</option>
<option value="USD">USD</option>
<option value="GBP">GBP</option>
<option value="JPY">JPY</option></select> \
';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment