List of all SQL mentioned in the code..
Value | Count | File:Line |
---|---|---|
"SELECT * FROM $table_name WHERE form = $exportID ORDER BY id DESC" | 1 |
|
'Update Form' | 1 |
|
'Insert into item' | 1 |
|
"SELECT COUNT(`id`) FROM $table_name WHERE form=$formID" | 1 |
|
"SELECT * FROM $table_name WHERE form=$formID ORDER BY id DESC LIMIT $offset, $limit" | 1 |
|
"SELECT COUNT(`id`) FROM $table_name" | 1 |
|
"SELECT * FROM $table_name ORDER BY id DESC LIMIT $offset, $limit" | 1 |
|
"SELECT data FROM $table_name WHERE id = $theID" | 1 |
|