[Solved] on giving inputs to my temperature,Humidity,Number of people fields, i want my speed n Temperature fields to be get coloured
[ad_1] Hopefully the following can be adapted to your frameset layout somehow – it uses a new function but is otherwise the same code as previous answer ( more or less anyway ) <?php session_start(); $svar=”buttonClicked”; if( $_SERVER[‘REQUEST_METHOD’]==’POST’ ){ if( !empty( $_POST[‘bttn’] ) && !empty( $_POST[‘type’] ) ){ $type=$_POST[‘type’]; $bttn=$_POST[‘bttn’]; $_SESSION[ $svar ][ $type ]=$bttn; … Read more