25-06-2015, 11:41 PMMr_Joker Wrote: 25-06-2015, 10:59 PMMr_Devil Wrote: what about fixing it a little by changing Line 33 - PHP Code:$userbar = ['image']; to Line 33 - PHP Code:$userbar = users['image']; Parse error: syntax error, unexpected on line 33 $userbar = users['image']; Wont work.
25-06-2015, 10:59 PMMr_Devil Wrote: what about fixing it a little by changing Line 33 - PHP Code:$userbar = ['image']; to Line 33 - PHP Code:$userbar = users['image'];
$userbar = ['image'];
$userbar = users['image'];
$userbar = $user['image'];
Loading Info...