PHP and XML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sathish.hc
Forum Newbie
Posts: 15
Joined: Tue May 23, 2006 2:55 am

PHP and XML

Post by sathish.hc »

Hi all,

Where can I find good tutorials for PHP with XML and PHP with AJAX
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

XML on php.net

AJAX is independant from PHP, though they are both commonly used 'together' they are infact not related. AJAX commonly uses GET vars (querystring) to access info from dynamic pages such as php, but they don't actually interact in their own right.

This very site has a forum for AJAX with good resources and tutorials.
Post Reply