|
MySQL Basics
|
|
Friday, 02 March 2007 |
|
This tutorial will teach you how to import a tab delimited file in to a MySQL database. I built a program to do this for Windows ISA Server logs which contained over 500,000 lines which was way too many for Microsoft Excel to handle and too much for notepad to handle properly.
Comments (1) | Views: 5734 | Read more... |
|
|
Basic PHP
|
|
Monday, 18 December 2006 |
|
This tutorial will guide you through how to use the include function in PHP to put one file within another. I will then describe the differences between the include function and it's counterparts, as well as the advantages of each.
Be first to comment this article | Views: 1688 | Read more... |
|
|