Browsing Category
PHP
Split and import a very large database with PHP
I had to import a SQL-file with a size of over 20Gb into a mysql-database but ran into a lot of problems doing this. I
Testing the new mod_pagespeed for Apache 2 from Google
Google released a new module for Apache2, mod_pagespeed, yesterday. They claim that a webpage can load 50% faster with the module installed. I’m a little
PHP quirks: passing an array by reference
Passing an array in php to a foreach which loops over the elements by reference can have strange behaviour
Backing up Mysql with Java and PHP
mysqldump is an effective tool to backup MySQL databases. In normal cases, it’s done trough a command line commando but it can be used programmatically.
PHP – An introduction
I had to give a presentation about PHP at my work earlier this year. It was a quick and simple introduction about PHP and his


