Advertisment
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you...
This tutorial by PHPBuilder will show you how to build PHP/WML pages to access a MySQL database which contains professors' receiving hours and...
This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up the wireless environment...
Ever wonder what it took to get a site to work on those new 'web-enabled' cell phones? This short tutorial will do just that by giving...
This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means...
Learn how to create a layered web stats report generating script complete with dynamic graphs.
This function saves the referrals to a text file. Each url will only be saved once.
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and...
This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will...
In this continuation of the article, 'Logging With PHP,' the author explains how to build a PHP/MySQL-driven Web traffic logging and...
This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script,...
Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script...
Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with...
Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.
In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are...
Views: 1009 | | by Donald
PHP - XML and PHP
With version 4.3.0, PHP's DOM extension has now overcome early bugs and troubles to become a useful tool for XML manipulation. This article...
This article shows how to write a simple PHP script that parses the RSS file, extracts the pertinent information, formats it, and serves it up as...
This 7-page article discusses how to make the web of services interact with one another using XML_RPC and PHP. Describes how to build a simple...
This six-page tutorial explains how to parse xml using DOM, an alternative to the popular Expat. Covers the objects used in DOM extensively, and...
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a...
Views: 1441 | | by Mathew
PHP - XML and PHP