Unzipping OpenOffice.org FilesOpenOffice.org files are a little more than they appear. Each OpenOffice.org (OOo) file is actually a collection of XML documents that are stored in a ZIP archive. You can use any ZIP tool to either view the contents of the archive or extract the files out of the archive.
Full Tutorial...
PHP Programming Rudiments: Adding / Removing Array ElementsPHP offers an abundant list of out of the box functions that make working with arrays quite painless. It is very easy to add elements to or remove elements from an array. In this tutorial, we will cover how to add and remove array elements.
Full Tutorial...
PHP Programming Rudiments: Creating ArraysAn introduction to creating arrays using PHP.
Full Tutorial...
Backing up MySQL with mysqldumpIn this short guide, I will explain how to back up and restore a MySQL database using mysqldump.
Full Tutorial...