| 
 | cubrid_executeExecute a prepared SQL statement Description
   resource cubrid_execute
    ( resource  $conn_identifier, string$sql[, int$option] )
   bool cubrid_execute
    ( resource  $request_identifier[, int$option] )
      The cubrid_execute function is used to execute the
      given SQL statement. It executes the query by using
       
     The  
 
 
     If the first argument is  Parameters
 
 Return Values
    Request identifier, when process is successful and first param is
    conn_identifier;  
     Changelog
 
 ExamplesExample #1 cubrid_execute example 
<?phpThe above example will output: athlete host_year score unit Phelps Michael 2004 51.25 time See Also
 
 |