Hi all,
Where can I find good tutorials for PHP with XML and PHP with AJAX
PHP and XML
Moderator: General Moderators
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.
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.