
10-17-2003, 12:50 PM
|
|
|
Join Date: Mar 2002
Location: Lake Havasu City, AZ
Posts: 886
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
What's wrong with this?
Tubedogg insisted that inserting a record into the setting table in the database constitutes hacking and that I should ask about this problem here, so here it is:
I'm using the following in the "optioncode" field in the setting table for one of my custom settings. It's producing a parse error when I load the corresponding section of the options. Does anyone see the error?
Code:
<select name=\\"setting[$setting[settingid]]\\">\r\n<option value=\\"1\\" ".iif($setting[value]==1,"selected","").">GD</option>\r\n<option value=\\"2\\" ".iif($setting[value]==2,"selected","").">ImageMagick</option>\r\n</select>
Any insight will be greatly appreciated.
|