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
- Calculating past and future dates
- International Date Formatter
- replaced Directory Listing
- Parsing HTML files with DOMDocument and DOMXpath
- Parsing HTML to find Links
- Exporting Data to Excel
- Better Password Encryption using Blowfish
- Truncating Text
- Directory Listing: Images
- Basic two-way encryption
- Protecting forms using a CAPTCHA
- cURL alternative to file_get_contents over HTTP
- Sorting Arrays of Arrays
- Implementing Namespaces in PHP 5.6
- Signing outbound emails with DKIM
- Passing variables to JavaScript
- Directory Listing using SPL
- RSS Feed Reader Code Example
- Preventing X-PHP-Script Exposure of Variables
- Measuring password strength
- Sorting SimpleXMLElement Object arrays
- Generating an XML Response for Ajax Applications
- Generating a Key Pair for DKIM
- Listing files in a ZIP archive
- Basic Form Handling in PHP
- Parsing robots.txt
- When is /tmp not /tmp?
- Combined RSS and Atom Feed Reader
- Checking a callback function return type
- Creating images 'on the fly'
- Creating a CAPTCHA with no Cookies
- replaced Displaying and updating RSS Content using Ajax
- Encryption and Decryption Example
- Word Wrapping
- Extracting colours from an image
- Advanced Pagination
- Formatting Data as HTML
- Feed Reader with Ajax Updating
- replaced RSS and Atom Feed Reader
- Useful Functions
- File Listing Class
- Saving a list of values in a cookie
- What happened with htmlspecialchars?
- Ajax script for making cURL HEAD requests
- YouTube API Feed Reader: Source Code
- replaced Atom Feed Reader: Source Code
- Effects of quality setting in JPEG compression
- Using Output Buffering to Cache PHP Content
- Displaying Twitter Search Results in HTML
- Stripping invalid Unicode for pdfTeX
- Abstract Shopping Cart Class
- replaced RSS Feed Reader: Source Code
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 !