Created
March 18, 2014 08:59
-
-
Save axilaris/9616215 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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