i have errors
i have errors
i have errors
i have errors
i have errors
i have errors
i have errors
on trying to install the jukebox i get this with the settings
Parse error: parse error, unexpected T_STRING in /home/xxxxx/domains/xxxxxx.com/public_html/forums/install/hacks/Jukebox/1/settings.php on line 16
line 16 is
PHP Code:
<label for=\"wys0\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"vbjb0\" value=\"0\" tabindex=\"1\""
entire tag is
PHP Code:
$setting['jb_audio_setting']['optioncode'] = ' <span class=\"smallfont\" style=\"white-space:nowrap\">
<label for=\"wys0\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"vbjb0\" value=\"0\" tabindex=\"1\"" . iif($setting['value'] == 0, ' checked="checked"') . " /><b>None</b></label><br />
<label for=\"wys1\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"vbjb1\" value=\"1\" tabindex=\"1\"" . iif($setting['value'] == 1, ' checked="checked"') . " /><b>Yes</b> - Most requested song</label><br />
<label for=\"wys2\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"vbjb2\" value=\"2\" tabindex=\"1\"" . iif($setting['value'] == 2, ' checked="checked"') . " /><b>Yes</b> - Defult song below</label>
</span>
';
This builds multipule options for the defult song that is played when the page is first opened.