Thread: isset() use
View Single Post
  #3  
Old 12-13-2005, 01:14 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,966

Honestly, I really don't like that function very much. It's almost just like using If($var), because even if $var was never set If would not continue.. I don't think that's why you get the index errors. I never got any errors in my testing, but then again I dont test with E_ALL. Maybe i should from now on.

I'll look into it.

For now put
error_reporting(7); at the top of the script to get rid of the index errors.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote