Source of: /manual/en/function.odbc-do.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.uodbc.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.odbc-do.php',
1 => 'odbc_do',
),
'up' =>
array (
0 => 'ref.uodbc.php',
1 => 'ODBC Functions',
),
'prev' =>
array (
0 => 'function.odbc-data-source.php',
1 => 'odbc_data_source',
),
'next' =>
array (
0 => 'function.odbc-error.php',
1 => 'odbc_error',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.odbc-do" class="refentry">
<div class="refnamediv">
<h1 class="refname">odbc_do</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">odbc_do</span> — <span class="dc-title">Alias of <a href="function.odbc-exec.php" class="function">odbc_exec()</a></span></p>
</div>
<a name="function.odbc-do.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="para">
This function is an alias of:
<a href="function.odbc-exec.php" class="function">odbc_exec()</a>.
</p>
</div>
</div><?php manual_footer(); ?>