(New intro like it?)
Ok, it might be a repost, so sorry halls and the team of Admins :S
I was checking on other forum (im not cheating on IR dont worry) and some guy talked about MySQLi... When i had my eyes covered, uncovered by Jacko mainly, that w3schools sucked, i was checking the mysql connection and they "teach" mysqli now instead of the old mysql.
My question is, should i use it from now on? They say it's OOP and to do a query is like: $query = $connection->query("UPDATE ..."); that looks much cooler than mysql_query("UPDATE...");

Also.. i've been hearing about PDO and POSTGRE or something.. should i use those instead? I've always used phpmyadmin (thanks to halls, THANK YOU MAN, LOVE YOUR WORK) and i don't know if i might use a specific client like Navicat (i've used on some private game servers

What you guys think?