marzenbecher adlı üyeden alıntı: mesajı görüntüle
<?php
$pythonPath = escapeshellcmd('././file.py');
$cikti = shell_exec($pythonPath);
echo $cikti;
?>
teşekkürler.