Stupid Microsoft error messages
Why is it that the Microsoft developers have an inability to get their systems and processes to output a meaningful…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Why is it that the Microsoft developers have an inability to get their systems and processes to output a meaningful…
Using mysqldump to back up a database If you want to make a super quick backup of a MySQL database,…
When performing a simple SQL search using Zend_Db_Select, $select->where('name = ?', 'chris'); But what if you want to do a…
Just a note, when you update the permissions of a file: chmod +777 somefile.txt This change will only last as…