Archív pre tag ‘xml‘

From MySQL to HTML with PHP and XML

27.05.2011, Kategória: Napísali v zahraničí, Autor , Tagy: , , , Komentáre sú deaktivované

In my post From MySQL to XML with PHP, I described how to generate XML from the MySQL database. Instead of printing out XML, generated XML can be buffered and transformed with XSL to the HTML. Maybe it sounds complicated for a simple process of displaying MySQL data on the WEB page.

Čítať ďalej originálny článok

From MySQL to jQuery, via PHP, XML & Ajax

05.11.2010, Kategória: Napísali v zahraničí, Autor , Tagy: , , , , Komentáre sú deaktivované

Back in the early part of this year I posted an article around how to get MySQL data out of the database and into a web page via jQuery and Ajax. The tutorial was okay, but I made some rookie mistakes – specifically around the creation of XML data with PHP – This time, I hope to rectify that!

So this article will focus on getting data from a database using PHP, converting that to an XML document, and reading that XML in through jQuery via Ajax calls. Seems complex, but is in fact, very easy.

Čítať ďalej originálny článok

Web services are taking over the world. I credit Twitter’s epic rise to the availability of a simple but rich API. Why not use the same model for your own sites? Here’s how to create a basic web service that provides an XML or JSON response using some PHP and MySQL.

» Čítať ďalej originálny článok