I am getting this error
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting '(' in C:\wamp\www\common.php on line 15
and the line 15 is
$options = array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8');
but when i run in wamp then it's run fine without any error. so...