Demo
if($_REQUEST['action']=='showTheResult'){ ?> }else if($_REQUEST['action']=='identify'){ $ch = curl_init('http://83.212.103.151/~mkalochristianakis/techNotes/acudet2/acudet_resp_ws.php?action='.$_GET["action"].'&start='.$_GET["start"].'&end='.$_GET["end"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); echo '
'; echo $output; curl_close($ch); ?> } ?>
* use the mouse to select an individual
