File tree 8 files changed +59
-0
lines changed
C++/Data-Structures/STACKS
8 files changed +59
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
Original file line number Diff line number Diff line change
1
+ # [ :arrow_left : ] ( ../README.md ) PHP
2
+
3
+ ## INDEX
4
+
5
+ ### CONVERSIONS
6
+
7
+ ### DATA STRUCTURES
8
+
9
+ ### DYNAMIC PROGRAMMING
10
+
11
+ ### MISC
12
+
13
+ ### SEARCHES
14
+
15
+ ### SORT
16
+
17
+ ### EXECUTION OF PHP CODE
18
+
19
+ #### LINUX
20
+
21
+ Run on terminal using (php cli) commands below:
22
+
23
+ ``` bash
24
+ php hello.php
25
+ ```
26
+
27
+ #### APACHE WEB SERVER(Runs in all OS)
28
+
29
+ Open apache web server and copy the php files to that folder and run the php script on apache web server.
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
Original file line number Diff line number Diff line change
1
+ # Ignore files for php
2
+
3
+ * .html
4
+ * .css
5
+ * .js
You can’t perform that action at this time.
0 commit comments