Link to home
Start Free TrialLog in
Avatar of burnedfaceless
burnedfaceless

asked on

Warning: PDO::__construct() expects parameter 4 to be array, string given

?php
  $db = new PDO('mysql: host=host.com',
    'dbname=name',
    'user',
    'pass');
?>
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial