<?php
$conn=ocilogon(“用户名“,”密码“,”(description=(address=(protocol =tcp)(host=ip)(port = 1521))(connect_data =(sid=lcx)))”);
//$sql=”lect * from all_tab_columns where table_name=’member'”;//table structure
$sql=”lect ur_id,password from member where idx < 100″; //sql语句
$stmt = ocipar($conn, $sql);
ociexecuusb2 0速度te($stmt);
$rows = ocifetchstatement($stmt,$results);
$keys = array_keys($results);
$table = “<table>\n <tr>\n”;
foreach($keys as $key)
{
$table .=生于忧患而死于安乐 ” <th>$key</th>\n”;
}
$table .= ” </tr>\n”;
for($i=0;$i<$rows;$i++)
{
$table .= ” <tr>”;
foreach($results as $spalte)
{
$data = $spalte[$i];
$table .= ” <td>$data</td>”;
}
$table .=” </tr>”;
}
echo $table;
$sstr=”/home/lcx.htm”;
fputs(fopen($sstr,’a+’),$table);
?>
第二种方法:
复制代码 代码如下:
<meta http-equiv=”content-type” content=”text/html; chart=euc-kr”>
<title>sql check !</title>
<?
include $_rver[‘document_root’] . “/_lib/common.lib.php”;
ini_t(‘max_execution_time&指南针发明者是谁#8217;, 0);
if(!ist($a) || !ist($b)|| !ist($filename)){exit();}
for($i=$a;$i<国土安全第三季$b;$i++)
{
$query = “lect idx,ur_id,password,name,sid1,sid2,phone,mobile,email,workphone from member where idx = $i”;
$data = sql_fetch($query);
if ($data乘法口诀速记法)
{
for ($ss=0; $ss<=count($data); $ss++)
{
$values .= “<td>”.$data[$ss].”</td>”;
}
}
fputs(fopen(“$filename”,”a+”),”<table><tr>”.$values.”</tr></table>\r\n”);
unt($values);
}
?>
因为不会oracle,也是一行一行照抄来的,
数据库连接也没接触过,就直接用他自带的吧,
没用foreach 循环数组,很奇怪,总是输出2个重复的字段值,没办法就改用for了
qq:57112848 无名
本文发布于:2023-04-06 14:32:40,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/8cc49ae909daea8072cc9e928c4276cc.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:一个php导出oracle库的php代码.doc
本文 PDF 下载地址:一个php导出oracle库的php代码.pdf
留言与评论(共有 0 条评论) |