I\'m a PHP newbie working a some scripts to display some news articles from a databse and wanted to find out a couple of things.
You should also look at mysqli and pdo. mysql-extension is pretty old and does not support prepared statements mysqli does. And pdo supports multiple databases without changing queries.