Advertisment
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: 1018 | | 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: 1449 | | by Mathew
PHP - XML and PHP
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news...
This article is intended for the experienced PHP programmer, interested in writing applications using XML. It assumes that you are familiar with...
What if you could script remote procedure calls between web sites as easily as you can between programs? This tutorial shows how it can be done in...
This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the...
A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has...
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus...
Learn how to calculate the difference between two dates in JavaScript, and in the process, derive some useful applications such as counting down to...