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