Hi guys
How to fix this codes below,
public $main_page = base_url() . 'jaz/';
As you can see the codes above will produce an error below,
Parse error: syntax error, unexpected '(', expecting ',' or ';' in /home/site_removed/public_html/admins9b/application/controllers/jaz.php on line 10
So how do I assign the value/string above the proper way?
Thanks in advanced.
