-
The XML file is opened and parsed in order to extract the tags and data. RegEXml can get the contents or the attributes of the first tag or all tags with a given name.Requirements: PHP 4.0 or higherLimitations: RegEXml comments are in Italian.
-
Rotate Image can be used to display random images in an HTML page from a list. It gets the list of image files present in the given directory with a name that matches a pattern defined by a regular expression.Rotate Image then picks a random image to display and generates HTML tags to display that image.The generated HTML tags contain ...
-
XMLElement extends the Node class and can add nested tag nodes to the document, as well set the text data and the tag attributes.After composing the tree structure, the XML document can be generated as a single string.Requirements: PHP 5.1 or higher
-
Form fields searches form tags in an given HTML page document and extracts the submission method, encoding type and action URL.Form fields also searches for the the form inputs, extracting their types, default values and associated labels, if any. An associative array is used to return the extracted data.
-
The array can be sorted and the tag can be customized. The size of SELECT can have a default value or can be changed.
-
A random number of objects that represent HTML tag nodes are generated. Each object may have a random number of child HTML tag nodes up to to a given limit of nested depth. Each HTML tag node is also filled with random data.Once the random tree of HTML nodes is generated, the HTML document is generated as the output of ...
-
Functions that take arguments to create each type of form input, start and end tags, are provided.The layout of the form is defined automatically by the class functions by making each input appear in a different line, right next to the respective label for the types of inputs that take labels.
-
Power HTML Cleaner can take a list of names of tags to keep as parameters. Then it replaces the allowed tags by pseudo-tags.The remaining tags are removed and the original tags are restored in the final pass. A class variable is used to store the resulting HTML document, which can also be saved to a file.
-
The HTML tags required to insert the images into Web pages are also generated. phpimage uses the GD library functions to output images in the PNG or JPEG formats. phpimage can also generate the images in SVG format using a separate class.
-
TagTemplate can load templates as PHP scripts which have marks that are actually PHP code that can fetch template variable values.The template output can be captured and compressed to generate a more compact version.Requirements: PHP 5.0 or higher
-
Simple Tabs generates several HTML links that are rendered using div tags with configurable CSS class. The text on the active tab is not linked.
-
Meta tags fetcher is meant to retrieve a Web page of a given URL and retrieve the values of its HTML meta tags. It parses the retrived pages and extracts its title and the meta tag values for the keywords and description, if present.Meta tags fetcher provides a class that implements an abstract interface for accessing Web pages and several ...
-
A given page is retrieved and the HTML contained between specified start and end tags is extracted. Get tag value may also look for multiple tags.If found, the HTML data found between the start and end tags is returned in a class variable.Requirements: PHP 4.0 or higher
-
XML parser retrieves the XML document from a file or a remote Web server and parses it into a document object structure.The document objects are converted into nested associative arrays of tag nodes.Requirements: PHP 5.0 or higher
-
HTML Sanitizer takes a string with HTML code and strips all the tags that do not make part of a list of safe tags. That list of safe tags is defined as a private class variable. There are some functions to allow usually unsafe tags like script, style, object, embed, etc..Unsafe tag attributes, such as JavaScript ones for event handling, ...

