This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values and child nodes, and for extracting specific nodes from larger XML objects. It is written entirely in PHP (as a file to "require"), and depends on no other software, tools, libraries etc.
ANG
GES
G
P
FXL Template ist ein einfach zu bedienendes PHP Template System.
Es unterstützt Textersetzungen, schnelle Array Ersetzungen,
Blöcke und vers ...
ANG
GES
G
P
max-> LoadChecker($) is detecting the exact amount of microseconds when it
is called from the main script. Calculating then the difference betwee ...
ANG
GES
G
P
This is a class for sending email; it has support for To:, Cc:, Bcc: and
Reply-To: headers. It requires that you have sendmail installed.
ANG
GES
G
P
fileupload.class extends PHP's native support for uploading image and text files through a Web browser. It can clean up the file's name, detect it ...
ANG
GES
G
P
A bunch of classes for a HTTP connection to a webserver
ANG
GES
G
P
Ever written some large-ish PHP app and wished you didn't have to write all those SQL statements by hand? To create all those oh-so-similar classe ...
ANG
GES
G
P
Class for composing and generating XML documents. It features:
- Definition of tags and data sections.
- Support input and output iso-8859-1 and ...