json-viewer
json-viewer copied to clipboard
Simple script output is garbled
Using Chrome, I have a PHP script that has two simple 'echo' statements:
echo 'FIRST TEXT
';
echo 'SECOND TEXT
';
but this outputs:
SECOND TEXT
FIRST TEXT
Turning off 'json-viewer' returns the text in correct order.
Sorry. Forgot to bracket text:
echo 'FIRST TEXT
'; echo 'SECOND TEXT
';
Outputs:
SECOND TEXT
I don't know how to show a PRE inside a PRE so the 'pppre' above is really 'pre'.
Forget it! I give up trying to beat this thing!