$config = array(rand 'appId' => get_theme_option('app_id'),'secret' => get_theme_option('secret'),'fileUpload' => true, );PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in line ...
8
●525
$config = array(rand 'appId' => get_theme_option('app_id'),'secret' => get_theme_option('secret'),'fileUpload' => true, );PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in line ...
$config = array(rand 'appid' => get_theme_option('app_id'),'secret' => get_theme_option('secret'),'fileUpload' => true, );ya da böyle dene bi hocam $config = array(rand 'app_id' => get_theme_option('app_id'),'secret' => get_theme_option('secret'),'fileUpload' => true, );