Help for this page

Select Code to Download


  1. or download this
    $rs = $conn->query("SELECT * FROM test");
     while($rs->move_next)
    ...
       print $rs->field("client") . "\n";
       $rs->field("client", "test");
     }