Browsing Tag

PHP

Mysql logo 6

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

April 59, 2011 linux, mysql, PHP, servers, tutorials

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

November 34, 2010 linux, PHP, servers, testing, ubuntu

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

October 12, 2010 PHP, tutorials

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.

April 26, 2010 java, PHP, tutorials

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

November 08, 2009 PHP, tutorials
Back to Top