Archive for March, 2006

Counting Lines of Code

Posted on 29. Mar, 2006 by Will Fitch.

0

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] )
Here is [...]

Continue Reading

Using the mysqldump tool

Posted on 28. Mar, 2006 by Will Fitch.

2

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 [...]

Continue Reading