PHP+PDO+MySQL: How I’m doing it and a question…

Example of PHP+PDO+MySQL usage to select and update arbitrary fields. Only one prepared statement is used for updating the data.

myWebChat: IM with your site’s visitors

Info regarding new Web Chatting application which allows site owners to interact with their visitors in real time.

MySQL: MySQL for starters

Basic pointers for those who want to get started with MySQL

MySQL: Insert into … on duplicate key update

Handy syntax to work around primary key violations