php
jeżeli (! function_exists ("GetSQLValueString")) {
funkcja GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = get_magic_quotes_gpc ()? stripslashes ($theValue): $theValue;
$theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($theValue): mysql_escape_string ($theValue);
zmiana ($theType) {
skrzynka "tekst":
$theValue = ($theValue! = "")? """. $theValue. "" ": "NIEOBOWIĄZUJĄCY";
przerwa;
skrzynka "tęsknić":
skrzynka "int":
$theValue = ($theValue! = "")? intval ($theValue): "NIEOBOWIĄZUJĄCY";
przerwa;
skrzynka "kopia":
$theValue = ($theValue! = "")? """. doubleval ($theValue). "" ": "NIEOBOWIĄZUJĄCY";
przerwa;
skrzynka "data":
$theValue = ($theValue! = "")? """. $theValue. "" ": "NIEOBOWIĄZUJĄCY";
przerwa;
skrzynka "definiować":
$theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
przerwa;
}
powrotny $theValue;
}
}
$colname_rs_request = "- (1)";
jeżeli (isset ($_SESSION ["RequestName"])) {
$colname_rs_request = $_SESSION ["RequestName"];
}
mysql_select_db ($database_My_DB, $My_DB);
$query_rs_request = sprintf ("WYBIÓRKA * OD Prośba DOKĄD RequestName = %s", GetSQLValueString ($colname_rs_request, "tekst"));
$rs_request = mysql_query ($query_rs_request, $My_DB) lub kostka do gry (mysql_error ());
$row_rs_request = mysql_fetch_assoc ($rs_request);
$totalRows_rs_request = mysql_num_rows ($rs_request);
? > |