mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31243 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e598de1dc9
commit
a3f1260886
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@
|
|||
<example>
|
||||
<title>Connect to a Informix database</title>
|
||||
<programlisting role="php3">
|
||||
$conn_id = ifx_pconnect ("mydb@ol_srv1", "imyself", "mypassword");
|
||||
$conn_id = ifx_connect ("mydb@ol_srv1", "imyself", "mypassword");
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
@ -720,7 +720,7 @@ if ($rowcount > 1000) {
|
|||
<programlisting role="php3">
|
||||
/* assume the first column of 'sometable' is a serial */
|
||||
$qid = ifx_query("insert into sometable
|
||||
values (0, '2nd column', 'another column' ", $connid);
|
||||
values (0, '2nd column', 'another column' ", $connid));
|
||||
if (! $qid) {
|
||||
... error ...
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue