|
| 关闭窗口 |
|
|
|||||
|
$strSql="select * from women_testview where id ='$PHP_SELF' and rownum <15 ";
$hstrSql = OCIParse($oraconn,$strSql);
$hret = ociexecute($hstrSql);
$hret=ocifetch($hstrSql);
while($hret)
{
echo "网友 ".ociresult($hstrSql,"PNAME")."";
echo " 说:";
echo ociresult($hstrSql,"WORDS")."(".ociresult($hstrSql,"CREATETIME").") "; $hret=ocifetch($hstrSql); } OCILogOff($oraconn); ?> |