WWW.text gets extra analytics code to the string!?!

I’m having an issue with delivering the information downloaded by unity from the php page.
The thing is that the text which comes from the WWW.text or WWW.data contains the needed value at the left side of the string but everything from there on is an extra analytics code.
How do I get the original value that was echoed from the PHP page? without the analytics part?

Many thanks!

Help?
Please it means alot to me

Use WWW class to call your PHP file and parse its .text (you can also send parameters to PHP adding a WWWForm to the request).

Thats what I’m doing but for some reason I get an extra “analytics” code provided with the echoed info to the string. How do I disable this analytics code?