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!
I am storing xml document in session variable and want to access it on next page in the form of string. I found out PEAR packages so tried it. Now in my line of code, when i call getSerializedData(), I see 'undefined' when alert() xmlHttpResponse.responseText.
Does anyone has any idea where am i going wrong? Any help would be appriciated.