Making a shoutbox with PHP, MySQL and jQuery
6 commentsBy Zvonko Biškup,
Today, I am going to make a simple shoutbox using PHP, MySQL and jQuery. I am going to use the PDO for database access and try to explain why is it better that old mysql or mysqli functions.