Quote:
Originally Posted by MarcoH64
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.
|
1) I added the string "
}}?>" to my PHP file and saved it as "
test.php"
2) I opened "
test.php" in a browser and a white/blank page was displayed (in Firefox 1.0.7 & IE6)
3) I edited "
test.php" and changed all shorthand php opening tags '
<?' to long tags '
<?php'
4) I reopened "
test.php" in a browser and a white/blank page was displayed (in Firefox 1.0.7 & IE6) again
5) I editied my PHP usergroupid checking routine as specified, above, and repeated step #4; a white/blank page was displayed (in Firefox 1.0.7 & IE6) again