update my email

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34933 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thies C. Arntzen 2000-10-31 08:11:07 +00:00
parent fe9ec62971
commit 2abb5f6cb4

View file

@ -179,7 +179,7 @@ OCIFreeCursor
<title>OCIDefineByName</title>
<programlisting>
&lt;?php
/* OCIDefineByPos example thies@digicol.de (980219) */
/* OCIDefineByPos example thies@thieso.net (980219) */
$conn = OCILogon("scott","tiger");
@ -248,7 +248,7 @@ OCILogoff($conn);
<title>OCIDefineByName</title>
<programlisting>
&lt;?php
/* OCIBindByPos example thies@digicol.de (980221)
/* OCIBindByPos example thies@thieso.net (980221)
inserts 3 resords into emp, and uses the ROWID for updating the
records just after the insert.
*/