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/421', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 4537, 1337600526) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

read

Syntax: %read(filenum,recnum)

read the specified record from the filenum file. If recnum is omitted, zero is assumed. For text files, recnum is the line number to be read (0 reads the next sequential line).

Example:

#FILE 1 "kagi.txt"
#SAY %read(1,3)
#CLOSE 1

displays:

Opened kagi.txt as file 1
Kagi is a Shareware payment processing service that makes it
Closed kagi.txt on file 1

Add comment

Login or register to post comments