change module names to the corresponding module constant in the examples

place a comment about where to ask if translators have problems with the new
version of this file


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70444 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gyozo Papp 2002-02-17 15:04:29 +00:00
parent 1d756b34d7
commit a8634eae0e

View file

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<!--
If anyone from the translator group has problems with the
new version of this file, and finds too difficult the sync his
translation with this doc, please mail me: gerzson@php.net
-->
<reference id="ref.dbx">
<title>dbx functions</title>
<titleabbrev>dbx</titleabbrev>
@ -535,7 +542,7 @@ function user_re_order ($a, $b) {
return $rv;
}
$link = dbx_connect ("odbc", "", "db", "username", "password")
$link = dbx_connect (DBX_ODBC, "", "db", "username", "password")
or die ("Could not connect");
$result = dbx_query ($link, "SELECT id, parentid, description FROM tbl ORDER BY id");
@ -631,7 +638,7 @@ function user_re_order ($a, $b) {
return $rv;
}
$link = dbx_connect ("odbc", "", "db", "username", "password")
$link = dbx_connect (DBX_ODBC, "", "db", "username", "password")
or die ("Could not connect");
$result = dbx_query ($link, "SELECT id, parentid, description FROM table ORDER BY id");