Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 83ddfcd

Browse files
committed
Update writing_a_php_app.html
c9 runs PHP version 5.5.9, but writing_a_php_app.html reads "We run PHP version 5.3.3.". I propose this sentence be changed to read "We run PHP version 5.5.9."
1 parent 51ab797 commit 83ddfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

out/writing_a_php_app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<div id="content">
188188
<div id="toh_btn" onclick="toggleTOH(this)"></div>
189189
<h1>Writing a PHP App</h1>
190-
<div><p>With Cloud9 IDE, you can run your PHP pages, without relying on a third-party system like Apache hosting. We run PHP version 5.3.3.</p>
190+
<div><p>With Cloud9 IDE, you can run your PHP pages, without relying on a third-party system like Apache hosting. We run PHP version 5.5.9.</p>
191191
<p>You can choose to run PHP scripts via the command line, by typing <code>php</code>, followed by the name of your PHP file. However, this is not a very common use case. Most likely, you&#39;ll be running your own server and hosting PHP files.</p>
192192
<p>Here&#39;s a simple demonstration. First, create a PHP file called <em>hello_world.php</em>, and paste this code into it:</p>
193193
<pre><code class="language-xml"><span class="tag">&lt;<span class="title">html</span>&gt;</span>
@@ -226,4 +226,4 @@ <h2 id='modifying-phpini'><a class='heading_anchor' href='#modifying-phpini'><i
226226
<iframe id="footer_iframe" height="290px" width="100%" src="" scrolling="no" frameborder="0"></iframe>
227227
</footer>
228228
</body>
229-
</html>
229+
</html>

0 commit comments

Comments
 (0)