Skip to content

Commit b756c77

Browse files
committed
Merge pull request #217 from eddiejaoude/gh-pages
Writing PHP in a free Web based IDE
2 parents 9960cca + 57965c0 commit b756c77

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ <h2>Python</h2>
8181
<li><a href="python/lesson1/tutorial.html">Lesson 1 - Introduction to Python</a></li>
8282
<li><a href="python/lesson2/tutorial.html">Lesson 2 - Playing with variables</a></li>
8383
</ul>
84+
85+
<h2>PHP</h2>
86+
87+
<p class="lead">If you are just getting started quickly and easily with PHP, we recommend using <a href="https://docs.c9.io/docs/getting-started">cloud9Ide</a>, as setting up your local environment can be time consuming.</p>
88+
89+
<ul>
90+
<li><a href="php/lesson1/tutorial.html">Lesson 1 - Introduction to PHP</a></li>
91+
</ul>
8492
</section>
8593
<footer>
8694
</footer>

php/lesson1/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: Introduction to PHP
88
* 15 minutes
99
* PHP installed - this is by default on most Operating Systems. But if not, here are the official [installation instructions](http://php.net/manual/en/install.php)
1010
* Check installation by running the following command in cli `php -v`, this should output the version, eg. **5.5.9**
11+
* Or use an [online IDE](https://docs.c9.io/docs/getting-started)
1112

1213
##### Achievements
1314

0 commit comments

Comments
 (0)