PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
class boaddManageAdverts
{
var $so;
var $lang;
var $langs;
var $cities = $GLOBALS['cities']; //line 13 right here
var $objects = $GLOBALS['objects'];
var $city_areas = $GLOBALS['city_areas'];
var $included = $GLOBALS['included'];
var $counties = $GLOBALS['counties'];
var $stoves = $GLOBALS['stoves'];
and I get this:
Parse error: parse error, unexpected T_VARIABLE in /var/www/list/class/manageAdverts/class.boaddManageAdverts.php on line 13
I dont see it. am I just being blind? I could have sworn this code worked like yesterday...