Resetting forgotten MySQL root password
If you have forgotten your root password for MySQL, then don’t panic. Although, if you don’t have root shell access,…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you have forgotten your root password for MySQL, then don’t panic. Although, if you don’t have root shell access,…
When you installed MySQL, you would have been asked for a root password. If you were testing or something similar,…
To pass data from your controller, to a Zend_Form, you can utilise the config parameters: $this->view->form = new Contact_Edit_Form(array('contactName' =>…
When using a CLI script with options, I like to use the Zend_Console. If my options are as follows: $console…
We all have to bind events to elements: $('#link).click(function(){ do some stuff }); But, what if that element doesn’t…
You can download all the data you’ve ever uploaded to Facebook if you like. Once you are logged in, click…