We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41372f2 commit f0c5dbeCopy full SHA for f0c5dbe
1 file changed
samples/FMDataAPI_Sample.php
@@ -19,7 +19,7 @@
19
// Instantiate the class FMDataAPI with database name, user name, password and host.
20
// Although the port number and protocol can be set in parameters of constructor,
21
// these parameters can be omitted with default values.
22
- $fmdb = new FMDataAPI("TestDB", "web", "password", "10.211.57.4");
+ $fmdb = new FMDataAPI("TestDB", "web", "password", "localhost");
23
24
//==============================
25
//$fmdb = new FMDataAPI("TestDB", "web", "password", "localserver");
0 commit comments