class= " lineNumbers " del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
|
class= del
¿>< notpretty " del class= " del id= " codeSnippet934414 del
¿ PHP
función GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
¡$theValue = (! get_magic_quotes_gpc ()) ¿? addslashes ($theValue): $theValue;
cambiar ($theType) {
encajonar el “texto”:
¡$theValue = ($theValue! ¿= "")? ““”. $theValue. “” “: “FALTA DE INFORMACIÓN”;
rotura;
caso “de largo”:
caso “internacional”:
¡$theValue = ($theValue! ¿= "")? intval ($theValue): “FALTA DE INFORMACIÓN”;
rotura;
caso “doble”:
¡$theValue = ($theValue! ¿= "")? ““”. doubleval ($theValue). “” “: “FALTA DE INFORMACIÓN”;
rotura;
caso “fecha”:
¡$theValue = ($theValue! ¿= "")? ““”. $theValue. “” “: “FALTA DE INFORMACIÓN”;
rotura;
caso “definido”:
¡$theValue = ($theValue! ¿= "")? $theDefinedValue: $theNotDefinedValue;
rotura;
}
$theValue de vuelta;
}
$editFormAction = $_SERVER [“PHP_SELF”];
si (isset ($_SERVER [“QUERY_STRING”])) {
$editFormAction. = “?” . htmlentities ($_SERVER [“QUERY_STRING”]);
}
si ((isset ($_POST [“MM_insert”])) && == “form1” (de $_POST [“MM_insert”])) {
$insertSQL = sprintf (el “PARTE MOVIBLE EN la prueba (países) VALORA (%s)”,
GetSQLValueString ($_POST [“seleccionar”], “texto”));
mysql_select_db ($database_bookedy, $bookedy);
$Result1 = el mysql_query ($insertSQL, $bookedy) o mueren (el mysql_error ());
$insertGoTo = “test.php”;
si (isset ($_SERVER [“QUERY_STRING”])) {
$insertGoTo. ¿= (strpos ($insertGoTo, “? ¿"))? “y”: ¿”? “;
$insertGoTo. = $_SERVER [“QUERY_STRING”];
}
jefe (sprintf (“localización: %s”, $insertGoTo));
}
¿? >
¿action= del
|