Reputation: 621
I'm getting the value of this element from my XML file:
<user_id>1</user_id>
and i always looks like this:
%20+%201%20+%20
but I need it to look like this:
1
How can such a thing happen? I don't even understand this transforming process. And how can I prevent that?
Thanks guys!
(this question is just a basic version to get some understanding. The full code and entire problem can be found in my question this morning:
transform XML nodeValue to PHP/HTML string)
Upvotes: 0
Views: 34