Help for this page

Select Code to Download


  1. or download this
    $sql="select * from foo";
    if($db->Sql($sql)) {
    ...
    }else{
        print "read the documentation on FetchRow(), Data() and DataHash()
    +\n"; 
    }