So I've set my PHP version to 7 on WAMP and when I try to use this for example;
use {PDO, PDOException};
An error is returned saying the curly brackets are not supposed to be there. Any ideas?
use {PDO, PDOException};
An error is returned saying the curly brackets are not supposed to be there. Any ideas?