Created
April 22, 2017 17:09
-
-
Save raihanba13/a7172553d0edcb35eca62ba5653bcd85 to your computer and use it in GitHub Desktop.
Home automation project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $status1 = file_get_contents("device1.txt"); | |
| echo $status1; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment