Commit f77e79d2 authored by Nico Schallehn's avatar Nico Schallehn

Änderungen:

$_POST hinzugefügt
Where klausel für imdbID hinzugefügt
parent 2fa51b41
......@@ -63,6 +63,7 @@ class MediaDBViewerAPI{
.$this->iset($GET_arr['Limit'],"", " Limit "," ")
.";";
$entrys = $this->DB_Objekt->query($Query);
//echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], " ", "ORDER BY ", " ").$this->iset($GET_arr['Limit'],"", " Limit "," ").";";
//var_dump($entrys->fetch_array());
......
......@@ -15,7 +15,6 @@ define(API_KEY_LEN, 10);
define(API_VERSION, 0.001);
define(API_KEY_DB, "/var/www/mediadb.ivaya.de/MediaDBViewerAPI/Key.sqlite");
$API = new MediaDBViewerAPI();
if($API->APIinit($_GET['KEY'])){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment