Skip to content

Instantly share code, notes, and snippets.

@raihanba13
Created April 22, 2017 17:09
Show Gist options
  • Select an option

  • Save raihanba13/a7172553d0edcb35eca62ba5653bcd85 to your computer and use it in GitHub Desktop.

Select an option

Save raihanba13/a7172553d0edcb35eca62ba5653bcd85 to your computer and use it in GitHub Desktop.
Home automation project
<?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