PDA

View Full Version : yet another problem...


Killer_Charge
09-19-2005, 09:10 AM
hey all, lol, another problem, i go onto my website, it is powered by vbadvanced, and it says: Parse error: parse error, unexpected T_VARIABLE in /home/gamerzn/public_html/forums/includes/init.php on line 621
here is i think from line 619 to line 632:
$stylechoosercache = unserialize($storeitem['data']);
}
break;

// stuff the data into the $datastore array
default;
{
$datastore["$storeitem[title]"] = $storeitem['data'];
}
break;
}
}
please help!
thanks
Killer_Charge