Monday, May 9, 2011

PHP Tutorial: Alphabetizer [Part One (1)]

In this video I explain the making of the alphabetizer. I explain the simple error checks that occur, the principles behind the script and the PHP function "natcasesort". A similar effect, which would run faster, could be made using the PHP sort function, however, this method of sorting is based upon a much more advanced and human like algorithm. This allows for the PHP script to be used most effectively on your website! If you have any questions, comments or suggestions; message me or leave a comment!

No comments:

Post a Comment