You can disable phpinfo again.
I didn't see anything that could directly be causing this.
If you take the exact file you posted here (it is obvious not the real file, things like passwords edited out) and save it as test.php, and only put "}}?>" in the bottom, do you still get the userinfo..... message?
If yes, try replacing the shorthand php opening tags '<?' by long tags '<?php' and see if that make any difference.
|