Category
PHP
Get Your Most Recent Twitter Status Using PHP
A PHP function that will return someone’s current Twitter status. Continue »
Using json_encode() and json_decode() in PHP4
A “future-friendly” JSON solution for PHP < 5.2. Continue »
Generate Random Passwords in PHP
A PHP function that generates random strings to use for passwords. Continue »
Calculating Zip Code Distances in PHP
An excellent PHP class to handle distance calculations. Continue »
Fetching Remote Web Pages With CURL and PHP
The simplest way to retrieve a remote webpage using PHP’s cURL library. Continue »
Uploading Files with PHP
The bare-minimum HTML/PHP code needed to create a successful file upload script. Continue »
Converting an Excel CSV File to a Consistent CSV File with PHP
A PHP function and online conversion tool to convert an Excel CSV to a consistent CSV, making it portable across a larger number of applications. Continue »
Inserting An Array into a MySQL Database Table
A streamlined method of inserting an array of values into a MySQL database with detailed results on success or failure. Continue »
Disabling Magic Quotes GPC Using An .htaccess File
Yes, it is possible to disable PHP Magic Quotes using an .htaccess file. Continue »
Convert Array Elements To CSV Format
A small PHP function to convert all the values in a single-dimension array into CSV format. Continue »

