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:
|
class=
>< " class= " id= " codeSnippet848114
php
если (! function_exists («GetSQLValueString»)) {
функция GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
если (PHP_VERSION < 6) {, то
$theValue = get_magic_quotes_gpc ()? stripslashes ($theValue): $theValue;
}
$theValue = function_exists («mysql_real_escape_string»)? mysql_real_escape_string ($theValue): mysql_escape_string ($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;
}
}
$varFind_rsResults = «- 1»;
если (isset, то ($_GET [«поиск»])) {
$varFind_rsResults = $_GET [«поиск»];
}
mysql_select_db ($database_portepont, $portepont);
$query_rsResults = sprintf («ВЫБЕРИТЕ * ОТ страниц ГДЕ `названия `КАК «%s» ИЛИ «субтитр» КАК «%s» ИЛИ «содержание» КАК «%s» ИЛИ «цитата» КАК «%s» ИЛИ «диктор» КАК «%s» ЗАКАЗ удостоверением личности ASC», GetSQLValueString («%». $varFind_rsResults. «%», «int»), GetSQLValueString («%». $varFind_rsResults. «%», «int»), GetSQLValueString («%». $varFind_rsResults. «%», «int»), GetSQLValueString («%». $varFind_rsResults. «%», «int»), GetSQLValueString («%». $varFind_rsResults. «%», «int»));
$rsResults = mysql_query ($query_rsResults, $portepont) или умирают (mysql_error ());
$row_rsResults = mysql_fetch_assoc ($rsResults);
$totalRows_rsResults = mysql_num_rows ($rsResults);
? >
|