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