update : 2015.11.03
php.shukuma.com검색:
|
msql_query(PHP 4, PHP 5) msql_query — Send mSQL query 설명
resource msql_query
( string
$query
[, resource $link_identifier
] )msql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. 인수
반환값
Returns a positive mSQL query identifier on success, or 예제
Example #1 msql_query() example
<?php 참고
|