Posts Tagged ‘xml’

Tutorial AJAX + jQuery con PHP – Tutorial Italiano

Tutorial in italiano su come effettuare una richiesta AJAX (quindi senza ricaricare la pagina), con l’appoggio della libreria jQuery e PHP. File da scaricare: www.fileserve.com (Mi scuso per i colori, devono essersi incasinati nella compressione del video)

simpleXML PHP tutorial learn to parse any XML files and RSS feeds

Learn to parse any XML based feeds or data using PHP and a for loop. You can target any popular website RSS and rip data straight from their feeds using minimal code that is very easy to understand. We use the simplexml_load_file() function to make an XML object out of the XML file online. An XML object that can then be parsed easily enough with a PHP for loop. The simplexml_load_file() function is part of the simpleXML extension of PHP.

PHP Tutorials: Reading XML/RSS/Atom Feeds (Part 2/2)

Simply read any XML file with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Reading XML/RSS/Atom Feeds (Part 1/2)

Simply read any XML file with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

Beginner PHP Tutorial – 105 – Reading a Simple XML File Part 1

PHP Tutorial: RSS Feed Generator [part 01]

WEBSITE: betterphp.co.uk In this video I show you how to create the RSS generator demonstrated in the previous part.

Discover Dynamic XML: MySQL PHP Database Results Loop Tutorial

Learn how to access your mysql database and have php render dynamic XML structure from the results. Script is here: www.developphp.com

2. Flat File .txt + PHP Database Tutorial – Allow user or client to change data – CMS

Copy+Paste Source Available: www.developphp.com In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In part 2 you will learn how to allow a user or client to change the data from smart easy web forms. Many people do not have tech knowledge and do not like going on the server to alter a CMS file. You must make forms to alter the data. Lesson Presented by www.developphp.com

PHP Tutorial: Twitter API -HD-

In this tutorial, you will learn how to retrieve data from the Twitter API using PHP and then output it. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com

PHP OOP Tutorial 23 | SimpleXML

I run through this one pretty quick mostly because you can learn this by looking at the PHP Manual a lot faster (See “SimpleXML Example” on php.net Docs), its very easy to use and you should know it even if you don’t use a lot of XML at the moment! At this point I haven’t used XPath for really anything I needed ever so I don’t know a lot about it :P jream.com