Subversion – Show remote changes
Often I want to see which files are going to be updated on a branch before I run the update…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Often I want to see which files are going to be updated on a branch before I run the update…
You can use the PHP function error_reporting() at run time to set the level of error reporting in your application.…
I recently needed to update a page that dumped a HTML table into Excel – and found it dumped everything,…
If you are struggling with a PHP CLI script and the errors are not showing: php -d display_errors <script_filename.php>
Taken from http://linuxinternetworks.com/applications/how-to-install-skype-on-centos6-rhel6/ Run update and install wget yum update yum install wget Install the dependencies and download the skype for…
I often forget the syntax for getting files over a SSH connection. scp user@address:/path/to/file /path/of/new/file For example: scp root@domain.com:/tmp/mysql/test.sql .…
Well. I have had to sort out a report for someone who likes using Microsoft Access. We use the MySQL…
I always forget the little bit about error reporting, so here is a step by step guide to getting Xdebug…
Say you want to use a selector to select all controls with a certain class, apart from a particular one.…
To rename a field, there are loads of examples and different syntax on the web, so I thought I would…