Monthly Archives: April 2008

April 3, 2008
Combining multiple INSERT statements with MySQL

As all developers know, one of the most common bottlenecks in a web application is the database. Database optimisation is therefore a huge part of building a streamlined application capable of handling more concurrent users. Often you might have the need to perform multiple INSERT’s against a database from a single user form submission. Let’s [...]