如何在PHP中使用Oracle数据库(3)
利用 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
用户评论