<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="dbx_close"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_close </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool dbx_close(dbx_link_object 
          dbx_link) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Closes an open connection/database..</p></td>
    </tr>
  </table>
</div>
<div id="dbx_compare"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_compare </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int dbx_compare(array 
          row_x, array row_y, string columnname[, int flags]) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Compares two rows for 
          sorting purposes.</p></td>
    </tr>
  </table>
</div>
<div id="dbx_connect"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_connect </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">dbx_link_object 
          dbx_connect(string module_name, string host, string db, string username, 
          string password[, bool persistent]) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Opens a connection/database; 
          returns <span class="literal">dbx_link_object</span> on success or 0 
          on failure.</p></td>
    </tr>
  </table>
</div>
<div id="dbx_error"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_error </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">void dbx_error(dbx_link_object 
          dbx_link) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Reports the error message 
          of the latest function call in the module.</p></td>
    </tr>
  </table>
</div>
<div id="dbx_query"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_query </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">dbx_result_object 
          dbx_query(dbx_link_object dbx_link, string sql_statement[, long flags]) 
        </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Sends a query and fetches 
          all results; returns a <span class="literal">dbx_link_object</span> 
          on success or 0 on failure.</p></td>
    </tr>
  </table>
</div>
<div id="dbx_sort"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dbx_sort </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int dbx_sort(object 
          dbx_result, string compare_function_name) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Sorts a result from 
          <span class="literal">dbx_query()</span> by a custom sort function.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
