|
日生辰特征
|
| 性格 |
$oraconn = OCILogon("women","women","women");
if ($oraconn <= 0)
{
echo "";
OCILogOff($oraconn);
exit;
}
$strSql="select * from horoscope_a where btxt='$mmonth$dday'";
$hstrSql = OCIParse($oraconn,$strSql);
$hret = ociexecute($hstrSql);
$hret=ocifetch($hstrSql);
echo ociresult($hstrSql,"B1");
?> |
| 事业 |
|
| 爱情 |
|
| 健康 |
|
| 这天生的名人 |
#$ttemp=ereg_replace("·", ".", ociresult($hstrSql,"B5"));
#$ttemp=ereg_replace("·", ".", $ttemp);
echo ociresult($hstrSql,"B5");
OCILogOff($oraconn);?> |
|