Categories

Updated: 08/15/2007

XML 2 Array

The XML to Array PHP script takes the hard work out of constantly developing custom PHP code to parse an XML document. A simple call the the XML to Array function with the appropriate repeating level will call your user defined function to process the XML data in a convenient, simple to use PHP array.
Similar Scripts for "XML 2 Array"

Overture Keyword Extractor

Overture Keyword Extractor is a php driven function which will help you to fetch the content of the Keyword Selector Page of the yahoo search engine queries archive. It is very simple to use and implement, and the result is a simple array which can b...

PHP Script Tips - Creating Your Own Functions

A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: Ho...

Wu-Name Generator

This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...

Getting and Using Meta Tags for Search Criteria

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the a...
©2003-2008 jCay.com