MySQL Get row with greatest parent row
If you have a database of CDs, and artists, etc. Say you want to get a list of artists with…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you have a database of CDs, and artists, etc. Say you want to get a list of artists with…
IMAP To get imap support in PHP on your Mac, you need to get the php_imap module compiled for your…
If you have just set up a new Centos server andĀ foundĀ that the network isn’t functioning, and you have no IP…
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…