Hi
I'm trying upgrade my php and I've just been reading this introduction to PDO : http://www.phpro.org/tutorials/Introduction-to-PHP-PDO.html#1
in the "Where do I begin?" section there's the following phrase :
If you are reading this you are more than likely to have connected to a database using PHP before using a database specific function such as mysql_connect() or pg_connect or, for the truly evolved coder, SQLite.
Could someone tell me in 2 words why SQLite is more evolved ?
Should I be using SQLite ?
My site host has the SQLite Library version 3.3.7 installed
thanks for any advice on this