File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Connect to MongoDB
11
11
.. meta::
12
12
:keywords: test connection, runnable, code example
13
13
14
+ After retrieving the connection string for your MongoDB Atlas deployment,
15
+ you can connection to the deployment from your PHP application and query
16
+ the Atlas sample datasets.
17
+
14
18
.. procedure::
15
19
:style: connected
16
20
@@ -58,8 +62,8 @@ Connect to MongoDB
58
62
proper connection string in the ``quickstart.php`` file and that you loaded the
59
63
sample data.
60
64
61
- After you complete these steps, you have a working application that
62
- uses the {+php-library+} to connect to your MongoDB deployment, runs a query on
63
- the sample data, and prints out the result .
65
+ After you complete these steps, you have a PHP application that
66
+ connects to your MongoDB deployment, runs a query on the sample
67
+ data, and returns a matching document .
64
68
65
69
.. include:: /includes/get-started/troubleshoot.rst
You can’t perform that action at this time.
0 commit comments