Archive for the 'PHP' Category



PHP5 + MySQLi

I am really growing to like PHP5. With my background in C programming, PHP is a doddle to learn. PHP5 has added some really nice new features for Object-Oriented programming and MySQL. The mysqli module, a replacement for the mysql module (though they can both be used side by side), has several new features and […]