From 2e9cc1eea531131cd5a8e25342be3dd0d1978ef1 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 10 Mar 2014 14:01:15 +0100 Subject: stuff --- www/select.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/select.php') diff --git a/www/select.php b/www/select.php index 5f6504b..ffa12d1 100644 --- a/www/select.php +++ b/www/select.php @@ -63,3 +63,6 @@ for($i=0; $i<$length; $i++){ echo "
"; } } + +$content_db = $db->query("SELECT id, name, folder FROM files WHERE parent=" . $parentdir . " AND owner=" . $owner . ";"); +$content_ar = $conten_db->fetchArray(SQLITE3_NUM); -- cgit v1.2.3