Download this file
1 2 3 4 5 6 7
<?php function python_command($cmd,$parms) { switch($cmd) { case "print": echo $parms; break; } }