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
funzione GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (! get_magic_quotes_gpc ()) ? addslashes ($theValue): $theValue;
commutare ($theType) {
mettere “il testo„:
$theValue = ($theValue! = "")? ““„. $theValue. “„ “: “POSIZIONE DI SEGNALE MINIMO„;
rottura;
caso “lungamente„:
caso “int„:
$theValue = ($theValue! = "")? intval ($theValue): “POSIZIONE DI SEGNALE MINIMO„;
rottura;
caso “doppio„:
$theValue = ($theValue! = "")? ““„. doubleval ($theValue). “„ “: “POSIZIONE DI SEGNALE MINIMO„;
rottura;
caso “data„:
$theValue = ($theValue! = "")? ““„. $theValue. “„ “: “POSIZIONE DI SEGNALE MINIMO„;
rottura;
caso “definito„:
$theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
rottura;
}
$theValue di ritorno;
}
$editFormAction = $_SERVER [“PHP_SELF„];
se (isset ($_SERVER [“QUERY_STRING„])) {
$editFormAction. = “?„ . htmlentities ($_SERVER [“QUERY_STRING„]);
}
se ((isset ($_POST [“MM_insert„])) && (== “form1„ di $_POST [“MM_insert„])) {
$insertSQL = sprintf (“l'INSERTO nella prova (paesi) STIMA (%s)„,
GetSQLValueString ($_POST [“selezionare„], “testo„));
mysql_select_db ($database_bookedy, $bookedy);
$Result1 = il mysql_query ($insertSQL, $bookedy) o muoiono (mysql_error ());
$insertGoTo = “test.php„;
se (isset ($_SERVER [“QUERY_STRING„])) {
$insertGoTo. = (strpos ($insertGoTo, “? "))? “&„: „? “;
$insertGoTo. = $_SERVER [“QUERY_STRING„];
}
intestazione (sprintf (“posizione: %s„, $insertGoTo));
}
? >
action= del
|