Editing massive files on Windows
I you need to edit a MySQL dump which is 2.5Gb and you are unfortunately running Windows, I’ve found a…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I you need to edit a MySQL dump which is 2.5Gb and you are unfortunately running Windows, I’ve found a…
Say you want to position something within its container, then the element you are trying to position needs to have:…
The Zend Validator error messages are not the most helpful. Considor the below code for creating a file input: $this->addElement('file',…
I was just playing around with PHP’s ability to create compressed files, and I had a problem. My ZIP file…
If using Netbeans for your development and you have a horrendous spagetti coded “if” statement, you can use a keyboard…
I always end up leaving debug code in my pages for one reason or another. One of which is console.log()…
Sometimes you want to pass a function around from script to script as a string containing the function name (well…
Databases, by their own nature, become large beasts. This is a fact of life and whilst a lot of databases…
Say your message board on your blog uses the following request URL to find and display the correct data: http://www.mysite.com/blog/index.php?category=news&year=2012&month=1…
Was getting the above error in my Doctrine project, turned out I had used a single quote in the ORM…