<?php
system(“gpio mode 24 out”);
system(“gpio write 24 1 “);
?>