hi Guys,
I'm trying to get google analytics api libraries to work, I encounter an error that I think has something to do with my server setup -
PHP Parse error: syntax error, unexpected T_CONST in /home5/virabhad/public_html/gilzehn/google-api-php-client/examples/analytics/demo/index.php on line 48
when I tried commenting our the "const" declarations and replace them with regular variables the code works (though I get errors on later stages)
any help will be apreciated