Open lwoods opened 5 years ago
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!
Using Chrome, I have a PHP script that has two simple 'echo' statements:
echo 'FIRST TEXT
'; echo 'SECOND TEXT
'; but this outputs:
SECOND TEXT
Turning off 'json-viewer' returns the text in correct order.