文件名称:如何在PHP中使用Oracle数据库(4)
文件大小:33KB
文件格式:PDF
更新时间:2024-01-07 10:38:44
acl c le
利用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){