Defining a Custom Function for File Uploaders with PHP 5

Wednesday, April 9th, 2008

In the next few lines I m going to show you how to wrap the file uploading application built in the previous article of the series into a single custom PHP function. This will turn it into a more maintainable and reusable piece of code.... SEARCH The Internet's Largest White Paper ...

Perl Lists: The Split() Function

Monday, April 7th, 2008

In this fourth part of our series on Lists we will start off with the split function and hopefully end by covering hashes. In our last article we covered the splice function which we used to add remove and replace elements ...