<?php $command = escapeshellcmd('C:\hello.py '); $output = shell_exec($command); echo $output; exit(0); ?>
Do you know any programming language, or how programming works or you're new to all of this?