phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/phpython.lib.php +++ b/trunk/phpython.lib.php @@ -28,4 +28,8 @@ function phpython_start() { python_start(); +} + +function phpython_run($file) { + python_exec($file); } \ No newline at end of file