From professional translators, enterprises, web pages and freely available translation repositories.
"begin"
?php print "html pre"; $conn = ocilogon("scott" ,"tiger"); $sql = "delete from emp where deptno = 10"; $stmt = ociparse($conn,$sql); if (ocistatementtype($stmt) == "delete ") {die "you are not allowed to delete from this table br";} ocilogoff($conn); print "/ pre / html";?