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.
Comments
Post a Comment