last.fm Grapevine: Results
The following is the suggested circular route for the last.fm users you entered:
$factdist = False;
if(isset($_POST['factdist']) &&
$_POST['factdist'] == 'Yes')
{
$factdist = True;
}
else
{
$factdist = False;
}
$command = "/usr/bin/python /home/kopf/sites/ventolin.org/code-src/grapevine/grapevine.py 5000 ";
if($factdist == True) {
$command .= "TRUE ";
} else {
$command .= "FALSE ";
}
$command .= $_POST['users'];
$command .= " TRUE";
echo exec($command);
?>





