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

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

上传者: 2020-12-23 00:33:37上传 PDF文件 32.84KB 热度 15次
利用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 database. PutEnv("ORACLE_SID=ORASID"); $connection = OCILogon ("username","password"); if ($connection == false){
用户评论