PHP require_once („Anschlüsse/bookedy.php "); ? >
PHP
Funktion GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (! get_magic_quotes_gpc ()) ? addslashes ($theValue): $theValue;
schalten ($theType) {
„Text“ umkleiden:
$theValue = ($theValue! = "")? „„“. $theValue. „“ „: „NULL“;
Bruch;
Fall „lang“:
Fall „int“:
$theValue = ($theValue! = "")? intval ($theValue): „NULL“;
Bruch;
Fall „Doppeltes“:
$theValue = ($theValue! = "")? „„“. doubleval ($theValue). „“ „: „NULL“;
Bruch;
Fall „Datum“:
$theValue = ($theValue! = "")? „„“. $theValue. „“ „: „NULL“;
Bruch;
Fall „definiert“:
$theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
Bruch;
}
Rückhol$theValue;
}
$editFormAction = $_SERVER [„PHP_SELF“];
wenn (isset ($_SERVER [„QUERY_STRING“])) {
$editFormAction. = „?“ . htmlentities ($_SERVER [„QUERY_STRING“]);
}
wenn ((isset ($_POST [„MM_insert“])) && ($_POST [„MM_insert“] == „form1“)) {
$insertSQL = sprintf („EINSATZ IN Test (Länder) BEWERTET (%s)“,
GetSQLValueString ($_POST [„vorwählen“], „Text“));
mysql_select_db ($database_bookedy, $bookedy);
$Result1 = mysql_query ($insertSQL, $bookedy) oder sterben (mysql_error ());
$insertGoTo = „test.php“;
wenn (isset ($_SERVER [„QUERY_STRING“])) {
$insertGoTo. = (strpos ($insertGoTo, „? "))? „u.“: “? „;
$insertGoTo. = $_SERVER [„QUERY_STRING“];
}
Überschrift (sprintf („Position: %s“, $insertGoTo));
}
? >
|