|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-10-07 02:25 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 21 08:00:02 2025 UTC |
the script is $ps = 'insert into tideia '; $ps .= '(snome, semail, sassunto, mmideia, sip) values '; $ps .= "('$nome', '$email', '$assunto', '$ideia', '$ip');"; $c = ocilogon("login", "password", "ORACLEID"); $s = ociparse($c, $ps); ociexecute($s, OCI_DEFAULT); ocilogoff($c); the result is Warning: OCIStmtExecute: ORA-00911: invalid character in /usr/local/system/wideadm/www/eparpite/adicdb.php3 on line 31 OCIDebug: _oci8_free_stmt: id=2 last_query="insert into tideia (snome, semail, sassunto, mmideia, sip) values ('Herbert G. Fischer', 'herbert@widesoft.com.br', 'Site de Downloads', 'hello world', '127.0.0.1');" I've tryed anything but it always give me this error.