Untitled
user_8607526207
php
3 years ago
314 B
4
Indexable
php code---------- <?php $command = escapeshellcmd('python3 test1.py'); $output = shell_exec($command); echo $output; ?> php code ------------ python code========== #!/usr/bin/env python print("hello"); python code========== luu y tao ca 2 file test.php va test1.py o cung 1 thu muc html
Editor is loading...