philip Mon Jan 20 21:39:20 2003 EDT
Modified files:
/phpdoc/en/reference/ibase/functions ibase-connect.xml
Log:
Fix bug introduced in last commit
Index: phpdoc/en/reference/ibase/functions/ibase-connect.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.3
phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-connect.xml:1.3 Mon Jan 20 21:36:43
2003
+++ phpdoc/en/reference/ibase/functions/ibase-connect.xml Mon Jan 20 21:39:20
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-connect">
<refnamediv>
@@ -48,7 +48,7 @@
<programlisting role="php">
<![CDATA[
<?php
- $host = 'localhost:/path/to/db';
+ $host = 'localhost:/path/to/your.gdb';
$dbh = ibase_connect($host, $username, $password);
$stmt = 'SELECT * FROM tblname';
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php