Server geändert
This commit is contained in:
@ -388,7 +388,7 @@ if ($action == 'upload') {
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; URL=" . $_SERVER['PHP_SELF'] . "?error=1\">";
|
||||
exit;
|
||||
}
|
||||
// http://www.tutorials.de/tutorials65420.html
|
||||
// https://www.tutorials.de/tutorials65420.html
|
||||
#echo '<pre>', print_r($_POST, true), '</pre>';
|
||||
|
||||
$tempname = $_FILES['file']['tmp_name'];
|
||||
@ -505,7 +505,7 @@ if ($action == 'descr') {
|
||||
################################################
|
||||
# Speicherung der Dokumentenbeschreibung
|
||||
################################################
|
||||
// http://www.tutorials.de/tutorials65420.html
|
||||
// https://www.tutorials.de/tutorials65420.html
|
||||
#echo '<pre>', print_r($_POST, true), '</pre>';
|
||||
$username_kand = $_SESSION["username_kand"];
|
||||
|
||||
@ -740,7 +740,7 @@ if ($action == 'save_praxis') {
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; URL=" . $_SERVER['PHP_SELF'] . "?error=1\">";
|
||||
exit;
|
||||
}
|
||||
// http://www.tutorials.de/tutorials65420.html
|
||||
// https://www.tutorials.de/tutorials65420.html
|
||||
$result_anz = $db->query("SELECT count(*) Anz
|
||||
FROM dvm_dst_wunsch
|
||||
WHERE ka_id = '$ka_id'");
|
||||
@ -758,7 +758,7 @@ if ($action == 'save_praxis') {
|
||||
exit;
|
||||
}
|
||||
|
||||
$heute = mktime(date("H"), date("i"), date("s"), date("m"), date("d"), date("Y")); // heutiges Datum & Zeit: http://de2.php.net/manual/de/function.date.php
|
||||
$heute = mktime(date("H"), date("i"), date("s"), date("m"), date("d"), date("Y")); // heutiges Datum & Zeit: https://de2.php.net/manual/de/function.date.php
|
||||
$datum_db = date("Y-m-d H:i:s", $heute); // Formatierung, wie es vor dem Dateinamen erscheinen soll
|
||||
|
||||
$sql1 = $db->query("insert into dvm_dst_wunsch (dst_id, ka_id, datum) VALUES('$dst_id', '$ka_id', '$datum_db')");
|
||||
@ -956,7 +956,7 @@ if ($action == 'save') {
|
||||
WHERE ka_id = $ka_id";
|
||||
$result2 = $db->query($query2) or die("Cannot execute query2d");
|
||||
|
||||
$heute = mktime(date("H"), date("i"), date("s"), date("m"), date("d"), date("Y")); // heutiges Datum & Zeit: http://de2.php.net/manual/de/function.date.php
|
||||
$heute = mktime(date("H"), date("i"), date("s"), date("m"), date("d"), date("Y")); // heutiges Datum & Zeit: https://de2.php.net/manual/de/function.date.php
|
||||
$datum_db = date("Y-m-d H:i:s", $heute); // Formatierung, wie es vor dem Dateinamen erscheinen soll
|
||||
|
||||
while ($row2 = $result2->fetch_array()) {
|
||||
|
Reference in New Issue
Block a user