Couldnt add map to DBCan't get stat of '' (Errcode: 2)
this is the chunk of code
$added = date("Y-m-d");
$file = $_FILES['file']['tmp_name'];
$screen = $_FILES['screen']['tmp_name'];
$sql = "INSERT INTO mapdb_maps VALUES ('$cid', 'null', '$name', '$author', '$description',
LOAD_FILE('$file'), LOAD_FILE('$screen'), '$added', '0')";
mysql_query($sql) or die("Couldnt add map to DB".mysql_error());