Help for this page

Select Code to Download


  1. or download this
    $db = connect(HOST => $host, PASSWORD => $pass, ..);
    $result = $db->select(TABLE => $table_name, FIELDS => ["one","two","th
    +ree"],ORDERBY => "two",DESCENDING => 1);
    
    print $result->[0]->{"one"};