<?php
if (isset($_GET["index"]) && is_numeric($_GET["index"])) {
   $index = $_GET["index"];
   passthru("/bin/bash answerdb.sh $index");
}
?>
