What is the correct way to transfer/pass an xml document/string to php from javascript or jquery -


i obtaining xml remote server using jquery.

i creating xml document using

$.parsexml()  

in jquery, (which new version 1.5 of jquery)

that side of things works well, not sure best way pass xml document php file contents can saved mysql database.

it doesnt seem possible pass xml php variable via method.

does xml document need serialized? should using $.parsexml() prior sending php script or not?

there must correct way this?

any discussion on welcome?

post it.

http://api.jquery.com/jquery.post/


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -