検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 246 for where (0.003 sec.)
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 6148
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... / $query = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $mysqli -> real_escape_string ( $city ... / $query = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $city ); $result = $mysqli -> query ( ... / $query = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , mysqli_real_escape_string ( $mysqli , ... / $query = sprintf ( "SELECT CountryCode FROM City WHERE name='%s'" , $city ); $result = mysqli_query ( $my ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 6068
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープす ... // クエリ $query = sprintf ( "SELECT * FROM users WHERE user='%s' AND password='%s'" , mysql_real_escape_s ... ring ( $lastname ); $query = "SELECT * FROM actors WHERE last_name = ' $_lastname '" ; var_dump ( $_lastnam ... ine 5 bool(false) string(41) "SELECT * FROM actors WHERE last_name = ''" 例3 SQL インジェクション攻撃の例 < ... 致するかどうかを調べる $query = "SELECT * FROM users WHERE user=' { $_POST [ 'username' ]} ' AND password=' { ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
Prepare a SQL statement for execution 5997
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... in the VALUES clause of INSERT statement or in the WHERE clause. Note that it is allowed to bind a value to ... me FROM game g JOIN event e ON g.event_code=e.code WHERE host_year = ? AND event_code NOT IN (SELECT event_ ... code FROM game WHERE host_year=?) GROUP BY event_code; EOD; $req = cubr ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 5997
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... mycity.name, mycountry.name FROM mycity, mycountry WHERE mycity.id = mycountry.id' ; $stid = oci_parse ( $c ... ame AS ctnm, mycountry.name FROM mycity, mycountry WHERE mycity.id = mycountry.id' ; $stid = oci_parse ( $c ... i_parse ( $conn , 'SELECT hire_date FROM employees WHERE employee_id = 188' ); oci_execute ( $stid ); $row ... OR) AS BEGIN OPEN p1 FOR SELECT * FROM all_objects WHERE ROWNUM < 5000; END; */ $conn = oci_connect ( 'hr' ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
Script Injection Attacks 5997
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... he JavaScript string. This can come up when using $where clauses in queries, mapReduce and group commands, ... u are strongly recommended to stay clear of the » $where clause with queries, as it impacts performance sig ... nificantly. Where possible, use either normal query operators, or th ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
SQL プリペアドコマンドを出力する 5997
« PDOStatement::columnCount PDOStatement::errorCode » PHP Manual PDOStatement SQL プリペアドコマ ... repare ( 'SELECT name, colour, calories FROM fruit WHERE calories < :calories AND colour = :colour' ); $sth ... SQL: [96] SELECT name, colour, calories FROM fruit WHERE calories < :calories AND colour = :colour Params: ... repare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ? AND colour = ?' ); $sth -> bindParam ... SQL: [82] SELECT name, colour, calories FROM fruit WHERE calories < ? AND colour = ? Params: 2 Key: Positio ...
https://man.plustar.jp/php/pdostatement.debugdumpparams.html - [similar]
Construct a new device 5997
« ZMQDevice ZMQDevice::getIdleTimeout » PHP Manual ZMQDevice Construct a new device ZMQDevice::_ ... ontend Frontend parameter for the devices. Usually where there messages are coming. backend Backend paramet ... er for the devices. Usually where there messages going to. listener Listener socket, ...
https://man.plustar.jp/php/zmqdevice.construct.html - [similar]
The FANNConnection class 5916
« fann_train FANNConnection::__construct » PHP Manual FANN The FANNConnection class The FANNConn ... weight ): void } プロパティ from_neuron The neuron where the connection starts. to_neuron The neuron where ...
https://man.plustar.jp/php/class.fannconnection.html - [similar]
SQL 文を直接実行する 5846
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... er , $password ); $sql = "SELECT name FROM animals WHERE weight < 10.0 ORDER BY name" ; if ( $conn ) { requ ... RCHAR (50) PATH \'phone [ @type = "work"]\' ) AS T WHERE NAME = \'Kathy Smith\' ' ; $stmt = db2_exec ( $con ... m\', "STATUS" VARCHAR (50) PATH \'@Status\' ) as C WHERE A.CID = B.CUSTID AND B.POID = C.PONUM AND A.NAME = ... mple.org"; <promoList> { for $prod in $doc/product where $prod/description/price < 10.00 order by $prod/des ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
削除の際のソート条件を設定する 5846
« TableDelete::limit TableDelete::where » PHP Manual mysql_xdevapi\TableDelete 削除の際のソート条 ... ma -> getTable ( "names" ); $table -> delete () -> where ( "age = :age" ) -> bind ([ 'age' => 42 ]) -> orde ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.orderby.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT