Not sure if this should be here or the Android forum - really depends on the solution.
I'm having an issue with numbers or hash-like characters randomly being added to my PHP pages. This only seems to occur on all Android browsers.
A simple test page, where the only content is the word 'test':
example.com/test.html
vs
example.com/test.php
Both render as expected in other browsers, resulting in the plain page with 'test', however the test.php page, when viewed in any browser on Android (Chrome, Android Default, Firefox, Opera) renders 'test0'.
It is adding the '0' and I'm not sure why. For my far more complex PHP pages, it actually adds a bunch of characters that look like a hash. It appears for a second before the HTML content loads, then gets dispersed randomly in the page breaking everything.
Is this a server issue or an Android bug? Any thoughts?