|
Okay, I think I pegged it. Tried this on dime10, which gave me an identical phpinfo output to vega.
ini_set("display_errors", "1"); // Set display_errors on
error_reporting(E_ALL); // make sure to display all errors
phpinfo();
echo "Before Variable<br>";
echo $var_not_set;
echo "After Variable";
That should work. Just those two little lines.
__________________
Patrick
Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org
|