Menu

[r63]: / trunk / demo / phpython / exec / index.php  Maximize  Restore  History

Download this file

19 lines (7 with data), 139 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?php
##
require_once '../../../phpython.php';
##
phpython::exec('script1.py');
##
phpython::exec('script2');