From: <php...@li...> - 2007-05-04 12:13:15
|
Gee (blush) - how embarrassing: I had been looking at this code snippet at least a hundred times now and in the end it turned out, that my condition actually read if (!$var) { ... instead of: if ($var) { ... Somehow my eyes and brain always ignored to see that '!' between the '(' and the '$' It's all up and settled now! Sorry for the bandwidth abused, Michael |