This is an extremely simple tutorial on making a script that counts the lines of code in an application you have built. First off, let’s get some things out of the way. I will be introducing a function called glob(). Here is the syntax for it: array glob ( string pattern [, int flags] ) [...]
Read More ...Archive for March, 2006
Will Fitch
Mar 28
|19:55
This tutorial will cover using the mysqldump executable for backing up databases. If you are an average user of MySQL, and are not interested in administering a MySQL server, then this tutorial might be useless to you. The mysqldump tool is a backup program that is distributed with every MySQL download. If you aren’t familiar [...]
Read More ...