I want to use the database in a userdefined tag, for example something like that:
$db->Execute("");
The compiler says, that $db ist not an object. So, I have to do sth like that:
global $db ...
But that doesnt work, does somebody know hox to solve that problem ?
mfg, mp17

