1. 首页
  2. 数据库
  3. 其它
  4. 如何在PHP中使用Oracle数据库(3)

如何在PHP中使用Oracle数据库(3)

上传者: 2021-02-01 10:16:24上传 PDF文件 35.69KB 热度 23次
利用 ORA 向数据表 ’email_info’ 输入数据 当用户浏览这段脚本时,显示一个由姓名、email输入域组成的表单;当用户添好数据点击提交时,脚本程序将把这姓名、email保存到’email_info’数据表中。 相关PHP代码: if ($submit == click){ // The submit button was clicked! // Get the input for fullname and email then store it in the database. PutEnv(ORACLE_SID=ORASID); $connection
用户评论