PHP - Hypertext Preprocessor
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Articles relating to PHP
Order by: topic | title | most popular | most recent
- International Date Formatter
- Calculating past and future dates
- replaced Directory Listing
- Sorting Arrays of Arrays
- Parsing HTML to find Links
- Better Password Encryption using Blowfish
- Directory Listing: Images
- Basic two-way encryption
- Parsing HTML files with DOMDocument and DOMXpath
- Exporting Data to Excel
- cURL alternative to file_get_contents over HTTP
- Protecting forms using a CAPTCHA
- Signing outbound emails with DKIM
- Truncating Text
- Passing variables to JavaScript
- Directory Listing using SPL
- When is /tmp not /tmp?
- Generating a Key Pair for DKIM
- Parsing robots.txt
- Listing files in a ZIP archive
- Word Wrapping
- Extracting colours from an image
- Basic Form Handling in PHP
- Sorting SimpleXMLElement Object arrays
- replaced Atom Feed Reader: Source Code
- RSS Feed Reader Code Example
- Saving a list of values in a cookie
- Implementing Namespaces in PHP 5.6
- Measuring password strength
- Preventing X-PHP-Script Exposure of Variables
- Stripping invalid Unicode for pdfTeX
- Ajax script for making cURL HEAD requests
- replaced RSS Feed Reader: Source Code
- What happened with htmlspecialchars?
- Checking a callback function return type
- replaced Displaying and updating RSS Content using Ajax
- Advanced Pagination
- Encryption and Decryption Example
- Combined RSS and Atom Feed Reader
- File Listing Class
- Creating images 'on the fly'
- YouTube API Feed Reader: Source Code
- Creating a CAPTCHA with no Cookies
- Useful Functions
- Displaying Twitter Search Results in HTML
- Formatting Data as HTML
- Abstract Shopping Cart Class
- Using Output Buffering to Cache PHP Content
- Generating an XML Response for Ajax Applications
- Feed Reader with Ajax Updating
- replaced RSS and Atom Feed Reader
- Effects of quality setting in JPEG compression
Jonathan Wheat 26 August, 2011
Love your site, your 'myrssparser' saved me a bunch of time. I had one in place, but it wasn't handling a new feed properly. Used your class, and it works great now. Thanks !