browse by tag: xml
sort by
XHP: A New Way to Write PHP
in PHP added by goodphptutorials, on 10/2/2010 extension xhp xml
XHP is a PHP extension which augments the syntax of the language to both make your front-end code easier to understand and help you avoid cross-site scripting attacks.
comment save reportTransforming XML with PHP and XSL
in PHP added by lornajane, on 13/1/2010 advanced tutorials php5 xml xsl
Advanced tutorial on using XSL with PHP - including examples, tips and links to resources. A must-read for anyone needing to transform XML.
comment save reportCustom RSS 2.0 Content Feeds using OOP
in PHP added by aaronson, on 10/6/2008 content management oo programming rss xml
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
comment save reportBuild a customizable RSS feed aggregator in PHP
in PHP added by goodphptutorials, on 24/4/2008 advanced tutorials rss web service xml
Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
comment save reportHow to Create an RSS Feed for Your Site in PHP
in PHP added by Walkere, on 1/3/2008 advanced tutorials feed file handling mysql php5 xml
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
comment save reportDigg API: How to Get a Random from Digg with PHP and XML
in PHP added by Walkere, on 26/2/2008 advanced tutorials media php5 xml
This tutorial walks you through using the Digg API to fetch a random story from Digg and display it on your own site. Good introduction to using the Digg API for content syndication. Uses PHP 5 and XML.
comment save reportHow to Syndicate an RSS Feed On Your Site
in PHP added by Walkere, on 11/2/2008 advanced tutorials feed php5 rss xml
This quick tutorial shows you how to use Simple XML to read and manipulate an RSS feed. The end result is a few lines of code that you can use to syndicate a site's feed on your own page - adding links to relevant content for your users.
comment save reportDynamic XML document construction with the PHP DOM
in PHP added by goodphptutorials, on 26/10/2007 advanced tutorials dom xml
When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. Examples of this include an XML order template based on user input in a Web form, or an XML representation of a server request or client response based on run-time parameters.
comment save reportMaking XML/XSLT driven site using PHP
in PHP added by AnyExample, on 23/4/2007 advanced tutorials php xml xsl xslt
This article contains an example of simple PHP-engine for XML/XSLT driven web-sites which implements simple caching techniques and Apache-based XML file processing.
comment save reportFast PHP Tutorials - Part 1
in PHP added by goodphptutorials, on 2/3/2007 beginner beginner tutorials curl fast soap tutorial wsdl xml
These series of tutorials will start teaching PHP from scratch and will go to the extreme limit of PHP programming including its working with other tools like XML, cURL, AJAX, SOAP and WSDL etc.
comment save reportAJAX web-counter for widgets
in PHP added by AnyExample, on 2/2/2007 AJAX advanced tutorials counter dashboard widget xml
In this article there is a source of trivial php web-counter which collects stats and outputs number of page views(hits) and visitors(in fact, unique hosts) since midnight as XML file. There is also our special AeCounter Dashboard Widget (and it's sources) which get these xml-statistics (with the help of XmlHttpRequest object) and displays numbers on a little nice panel.
comment save reportPHP and RSS: Getting it together
in PHP added by goodphptutorials, on 8/12/2006 advanced tutorials rss syndication xml
RSS Syndication is virtually ubiquitous these days, so it's imperative that a PHP developer at least understand RSS and how it works. This article explains the basics of RSS, some of its many uses, how to use PHP to create an RSS feed from a database, and how to use the XML_RSS module to read an existing RSS feed and translate it into HTML.
comment save reportPHP SOAP Extension
in PHP added by goodphptutorials, on 2/12/2006 advanced networking soap web services xml
This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language).
comment save reportCreating and Consuming Web Services With PHP
in PHP added by goodphptutorials, on 6/2/2006 advanced tutorials web services xml xml rpc
Web services allow you to share data across many platforms and hardware configurations. For example, you can create a Java web service and someone else can consume it using a .NET client without having to learn one line of Java code.
comment save report