Other snippets
Other snippets that would help in solving quick and easy problems.
How to do a batch insert in MySQL?
Disable temporary a foreign key constraint in MySQL

Disable temporary a foreign key constraint in MySQL Were you in the situation of having a mysql table and wanted to delete some records from it, but you were not allowed due to the constraints of that table? Don’t worry, me too. Or if you use foreign keys in your database tables, you’ll probably have problems
The controller for URI is not callable in symfony
Change value of selectbox in Zurb Foundation via JavaScript

Change value of selectbox in Zurb Foundation via JavaScript Some of us tried to change or will have to change via javascript a select-box that is generated from the custom forms of Zurb Foundation framework. You noticed or you will notice that it is not as simple as changing a default html select-box. Why ?