Ignore:
Timestamp:
09/26/13 15:41:49 (11 years ago)
Author:
angelo
Message:

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/phpgwapi/inc/adodb/docs/tute.htm

    r2 r8222  
    157157<pre>   include('adodb.inc.php');  
    158158   <b>include('tohtml.inc.php');</b> /* includes the rs2html function */ 
    159    $conn = &amp;ADONewConnection('mysql');  
     159   $conn = ADONewConnection('mysql');  
    160160   $conn-&gt;PConnect('localhost','userid','password','database'); 
    161161   $rs = $conn-&gt;Execute('select * from table'); 
Note: See TracChangeset for help on using the changeset viewer.