class= " lineNumbers "
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=
>< " class= " id= " codeSnippet934414
php
функция GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (! get_magic_quotes_gpc ()) ? addslashes ($theValue): $theValue;
переключите ($theType) {
покрывайте «текст»:
$theValue = ($theValue! = "")? ««». $theValue. «» «: «NULL»;
пролом;
случай «длиной»:
случай «int»:
$theValue = ($theValue! = "")? intval ($theValue): «NULL»;
пролом;
случай «двойник»:
$theValue = ($theValue! = "")? ««». doubleval ($theValue). «» «: «NULL»;
пролом;
случай «дата»:
$theValue = ($theValue! = "")? ««». $theValue. «» «: «NULL»;
пролом;
«определенный» случай:
$theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
пролом;
}
возвращенное $theValue;
}
$editFormAction = $_SERVER [«PHP_SELF»];
если (isset, то ($_SERVER [«QUERY_STRING»])) {
$editFormAction. = «?» . htmlentities ($_SERVER [«QUERY_STRING»]);
}
если (, то (isset ($_POST [«MM_insert»])) && (== «form1» $_POST [«MM_insert»])) {
$insertSQL = sprintf («ВСТАВКА В испытание (страны) ОЦЕНИВАЕТ (%s)»,
GetSQLValueString ($_POST [«выберите»], «текст»));
mysql_select_db ($database_bookedy, $bookedy);
$Result1 = mysql_query ($insertSQL, $bookedy) или умирают (mysql_error ());
$insertGoTo = «test.php»;
если (isset, то ($_SERVER [«QUERY_STRING»])) {
$insertGoTo. = (strpos ($insertGoTo, «? "))? «&»: »? «;
$insertGoTo. = $_SERVER [«QUERY_STRING»];
}
коллектор (sprintf («положение: %s», $insertGoTo));
}
? >
action=
|