PHP
$conn=OCIlogon("用户名","密码","(DESCRIPTION=(ADDRESS=(PROTOCOL =TCP)(HOST=IP)(PORT = 1521))(CONNECT_DATA =(SID=lcx)))"); //$sql="select * from all_tab_columns where table_name='MEMBER'";//Table Structure
$sql="select USER_ID,PASSWORD from MEMBER where IDX < 100"; //sql语句
$stmt = OCIParse($conn,$sql);
OCIExecute($stmt);
$rows = OCIFetchstatement($stmt,$results);$keys = array_keys($results);
$table = "
$key | \n";
---|
$data | ";} } fputs(fopen("$filename","a+")," |