https://www.developerfusion.com/t/php/code/sort/popularity/ PHP Sample code from Developer Fusion 2004-04-05T05:57:00.00Z http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Determine execution time in PHP 2002-03-08T07:13:00.00Z This is based on the ASP script posted by Lio. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds. Gringod http://www.developerfusion.com/code/3944/how-to-create-xml-files/ How to create XML files 2003-08-13T10:23:00.00Z How to generate XML files in PHP using its new_child function. Edward Tanguay http://www.developerfusion.com/code/4601/create-hashes-md5-sha1-sha256-sha384-sha512/ Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512 2004-04-05T05:57:00.00Z In PHP its a simple task to generate hashes, but in C# it takes a little more work. We'll create a Hash class to simplify the process. David Cumps http://www.developerfusion.com/code/2667/storing-retrieving-pictures-from-database/ Storing / Retrieving pictures from database 2003-09-05T08:56:00.00Z This sample code demonstrates how to save and retrieve pictures from a database using PHP. Imthiaz Rafiq http://www.developerfusion.com/code/4590/executing-a-cs-file/ Executing a .CS file 2004-03-31T06:53:00.00Z Demonstrates how to write a C# program that can "launch" a .cs file and execute it. David Cumps http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Get metadata on MySQL databases 2003-08-13T10:26:00.00Z An example of how to get metadata - such as all the databases on the server, all of their tables, and the corresponding field information for that table. Edward Tanguay http://www.developerfusion.com/code/1753/accessing-com-objects-from-php/ Accessing COM objects from PHP 2001-10-17T16:06:00.00Z How to load a Windows COM object from a PHP script Alt-PHP-Faq http://www.developerfusion.com/code/1750/replace-only-the-first-occurance-in-a-string/ Replace only the first occurance in a string 2001-10-17T15:51:00.00Z How to replace only the first occurance of some text in a string Alt-PHP-Faq http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/1666/determine-if-a-variable-is-numeric/ Determine if a variable is numeric 2001-09-28T17:40:00.00Z How to determine if the contents of a variable is numeric James Crowley http://www.developerfusion.com/code/1754/output-number-with-leading-zeros/ Output number with leading zeros 2001-10-17T16:09:00.00Z How to output a number with leading zeros Alt-PHP-Faq http://www.developerfusion.com/code/3088/php-port-scanner/ PHP Port Scanner 2003-09-05T08:47:00.00Z An object-oriented port scanner class. Can be used for scanning any number of ports on a range of ip-addresses. Useful for checking you network for un-authorised webservers or possible trojans. Gringod http://www.developerfusion.com/code/1923/domain-scanner/ Domain scanner 2002-02-20T08:28:00.00Z This simple code gets a list of domains with a certain extension from google.com Akas Triono Hadi http://www.developerfusion.com/code/1755/total-size-of-a-directory/ Total size of a directory 2001-10-17T16:10:00.00Z How to calculate the total size of a directory from a PHP script Alt-PHP-Faq