user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/318', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 16034, 1337597296) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

Added in v3.21

dbkey

Syntax: %dbkey(dbvar,n)
Related: %item

Return the key of nth item of the given database variable. The %item function returns the value of the nth item in the db variable. The index "n" starts at one (1).

Example

#ADDKEY dbvar Name Zugg
#SHOW %dbkey(@dbvar,1)


Displays: "Name"

Add comment

Login or register to post comments