PHP + keep html code as code. [updated]
Posted: Fri Jan 12, 2007 6:19 am
Hi,
I'm having a problem making an install script.
At a certain moment the user has to choose a currency. I'm using £; € etc.. as a value
in the drop down box for the user. But on the install page that code is already parsed as a symbol. (as a value).
And so if they run the install script the value for the currency setting would be a symbol instead of that html code.
Is there any way to keep it as a code, so the settings value after installation would also be £, etc..
I'm having a problem making an install script.
At a certain moment the user has to choose a currency. I'm using £; € etc.. as a value
in the drop down box for the user. But on the install page that code is already parsed as a symbol. (as a value).
And so if they run the install script the value for the currency setting would be a symbol instead of that html code.
Is there any way to keep it as a code, so the settings value after installation would also be £, etc..