Learn how to work with user defined interfaces using different object model mechanisms.
PHP Functions
In this section, you will find a vast collection of PHP Functions.
Other Categories: Application Architecture, Databases, News, Pear, Setup & Installation, Site Operation, Tools, Tricks & Hacks.
Learn how to build an RSS aggregator in PHP to distribute your latest and frequently updated content in a standardized way.
By PHP Builder Staff on March 2, 2012 OK, I needed to use arrays to create my graphing functions that I detailed in my article “HTML_Graphs” here on this site. Unfortunately, arrays are way different in PHP than in my native programming language, Java. In Java, you define an array…
By PHP Builder Staff on March 2, 2012 Functions are interesting animals in PHP. Functions are kind of like “black boxes” since they cannot see outside of their universe and you cannot see inside of them. That’s a bit different than some other languages I’ve programmed in. In some languages,…
reading rss feeds in php
rss php
Download this handy Top 10 PHP Regex Cheat Sheet for all the information you need to implement some basic regular expression functionality into your PHP pages.
In the first part of this series, we looked at how PHP 5 can be used to manipulate and parse XML files. In this installment, we’re going to focus on