[PHP-DOC] A question in sqlite_create_function

2003-08-14 Thread Fernando Correa da Conceição
I was translating and don´t understand this: line 90 This example will call the md5 on each filename column in the database and return the result into $rows This "database" is not "table"? If I have a database with two tables, in example two columns named filename, one in each table.

Re: [PHP-DOC] A question in sqlite_create_function

2003-08-05 Thread Gabor Hojtsy
I was translating and don´t understand this: line 90 This example will call the md5 on each filename column in the database and return the result into $rows This "database" is not "table"? If I have a database with two tables, in example two columns named filename, one in each table.