Ferenc Engard wrote: > Anyway, why is this syntax: "(sitegroup in (0, 1) OR 0<>0)"?
It's the filled-out form of (sitegroup in (0, $requestedsitegroup) OR $isadmin<>0) > And what does the ampersand (&) mean here: "SELECT info&2 FROM page > WHERE id=109"? But selection (select but #2 from field 'info'). It's MySQLs way of using SET type fields. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
