init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
32
uploadp1.php
Normal file
32
uploadp1.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
header("Content-Type: text/html; charset=utf-8");
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
$kw_aktuell = (int)date('W');
|
||||
$a_jahr = (int)date('Y');
|
||||
|
||||
require('lib/PdfParser/config.php');
|
||||
require('lib/config.php');
|
||||
session_name(CONFIG_SESSION);
|
||||
session_start(); require('lib/mysql.class.php');
|
||||
$GLOBALS['mysql'] = new mysql(CONFIG_MYSQL_HOST,CONFIG_MYSQL_USER,CONFIG_MYSQL_PW,CONFIG_MYSQL_DB);
|
||||
// $GLOBALS['mysql']->mysql_query("SET NAMES 'utf8'");
|
||||
// $GLOBALS['mysql']->mysql_query("SET CHARACTER SET 'utf8'");
|
||||
date_default_timezone_set('Europe/London');
|
||||
print_r($_POST);
|
||||
$dateityp = GetImageSize($_FILES['datei']['tmp_name']);
|
||||
//echo $_FILES['datei']['name'];
|
||||
//echo $_FILES['datei']['tmp_name'];
|
||||
//echo $_FILES['datei']['size'];
|
||||
//echo $_FILES['datei']['type'];
|
||||
|
||||
|
||||
|
||||
//------------------------------------------------------------
|
||||
// echo "<pre>"; print_r($row['A']); echo "</pre>";
|
||||
//------------------------------------------------------------
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue