Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

PHP Subcategories

Beginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays |

PHP and XML: Parsing RSS 1.0
PHP | Views: 1 |
XML is springing up all over the Internet. In this article, Kev shows you how to use PHP to read an XML document and display the data it contains as a Web page. Use the code he provides to display the headlines at SitePoint.com on your own site

Converting XML into a PHP data structure
PHP | Views: 1 |
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to sprinkle on your resumé, XML is actually a useful data storag..