I had to rewrite my class so it parsed all data in the constructor. I'm still wondering about this though. I't seems like a bug, however I don't know enough about PHP to report bugs yet.
I'm used to program in ASP. I'm very pleased with PHP so far, this quirk is the first negative issue I've found about PHP. The top advantages over asp so far: require(file) --in asp, the file is always included even if the logic seems to hide it. $str = "string with a $variable" --No more "INSERT INTO [table] (name,name2) VALUES ('"& name &"','"& name2 &"')" $var++ --why o why doesn't asp got this? class inheritance --no comment /Christoffer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php