利用oci向数据表 ’email_info’ 输入数据
同上,只不过用oci来写
相关php代码:
if ($submit == “click”){
// the submit button was clicked!
// get the input for fullname and email then store it in the databa.
putenv(“oracle_sid=orasid”);
$connection = ocilogon (“urname”,”passwo手机技巧rd”);
if ($connection == fal){
echo ocierror($connection).”
“;
exit;
食品安全承诺书范文}
$query = “inrt into email_info values (‘网络关键字;$fullname’, ‘$email’)”;
$cursor = ocipar ($connection, $query);
if ($cursor == fals流连忘返的意思是什么e){
echo ocierror($cursor).”
“;
exit;
}
$result = ociexecute ($cursor);
if ($result == fal){
echo ocierror($cursor).”
“;
exit;
}
ocicommit ($connection);
ocilogoff ($c舍本逐末意思onnection);
}
el{
echo ‘
<form action=inrt.php method=post>
请输入姓名
<input name=fullname></input>
请输入 email 地址
<input name=email></input>
<input name=submit type=submit value=click></input>
</form>
‘;
}
?>
对了,这段脚本必须存为inrt.php,因为在调用的页面中指定inrt.php为表单处理程序
本文发布于:2023-04-06 05:07:21,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/2f17096726101c91ba0c0f4f73ba666d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:如何在PHP中使用Oracle数据库(4).doc
本文 PDF 下载地址:如何在PHP中使用Oracle数据库(4).pdf
留言与评论(共有 0 条评论) |