quote($fileid); $stmt = @PDO_Execute($query); if (!$stmt || ($stmt && $stmt->errorCode() != 0)) { $error = PDO_ErrorInfo(); echo "error" . $error[2] . "
"; } else { echo ("Successful"); }