Example #1
0
<html>
<head>

</head>
<body>
<?php 
$r = $_GET["r"];
$ip = $_GET["ip"];
//require_once("roomIP.php"); //include IP for room
//echo $ip;
//die();
require_once "class.php";
//close6th();
$testRoom = new roomControl();
$testRoom->url = 'http://' . $ip;
$testRoom->name = $room;
$testRoom->ip = $ip;
$testRoom->turnOn3();
//echo $ip;
closeWindows();
?>

</body>

</html>