You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build and run PHP programs on your local machine, download and install the most recent language version from the [PHP downloads page](https://www.php.net/downloads.php) or use your favorite package manager.
6
+
7
+
Programs in this folder can be run from the command line like so:
8
+
9
+
```
10
+
php triple.php
11
+
```
12
+
13
+
```
14
+
php permutations.php I like carrots # NOT TESTED YET
15
+
```
16
+
17
+
```
18
+
php top_ten_scorers.php < ../test/wnba_input # NOT TESTED YET
19
+
```
20
+
21
+
Running the command `php -a` with no arguments gives you a repl.
0 commit comments