Connecting Tech Pros Worldwide Forums | Help | Site Map

Passing and processing XML Document

Newbie
 
Join Date: Aug 2007
Posts: 4
#1: Aug 1 '07
Hi all,
am new to php and also javascript.
in my program i am using ajax tech and php.

when the html loads i am taking data from mysql and
create xml. using XMLHttpRequest, i am taking the xml
to script and create a xml document object;
when the user changes the data i replace the nodes
of the xml document.
after all changes i want to send it back to server,
but i don't know how to do it i know:
xmlreq.send(doc);
will send the document but how can i process the
document from php??
pls help me , it's urgent..

regards..

ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,440
#2: Sep 15 '07

re: Passing and processing XML Document


Bumping unanswered question back to the top....

Could you please show us the NOT working code snippets?
Reply