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