View Single Post
Old July 14th, 2003, 11:00 AM   #10 (permalink)
patrickb
the one who was
Super #1
 
patrickb's Avatar
 
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
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
patrickb is offline