File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ On this page, you can see copyable code examples that show common
43
43
provided in each section.
44
44
45
45
To use an example from this page, copy the code example into the
46
- :ref:`sample application <php-read-sample>` or your own application.
47
- Be sure to replace all placeholders, such as ``<connection string>``, with
48
- the relevant values for your MongoDB deployment.
46
+ :ref:`sample application <php-index-sample>` or your own application.
47
+ Make sure to set the ``MONGODB_URI`` environment variable to the
48
+ connection string for your MongoDB deployment, and replace the
49
+ ``<database>`` and ``<collection>`` placeholders with values for your
50
+ target namespace.
49
51
50
52
.. _php-read-sample:
51
53
You can’t perform that action at this time.
0 commit comments