Hello ! I'm starting to learn php ... I'm currently using mysql_connect onda other mysql_* functions to access mysql database, execute queries and other things ... But I've heard that there are also PEAR:: DB module and PDO for accessing MySQL database ... So can you tell me what is better and secure, why it is better and secure and what should I use ?