$groups = '4';
$groups = '4,3';
16-06-2015, 03:50 PMDevil Wrote: You can post this in Tutorials section
16-06-2015, 03:56 PMakay Wrote: 16-06-2015, 03:50 PMDevil Wrote: You can post this in Tutorials section That's what I did. :fp:
16-06-2015, 03:57 PMAoki Wrote: 16-06-2015, 03:56 PMakay Wrote: 16-06-2015, 03:50 PMDevil Wrote: You can post this in Tutorials section That's what I did. :fp:
$userbar = ['image'];
$userbar = user['image'];
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 = users['image'];
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.
$userbar = $user['image'];
Loading Info...