marzenbecher adlı üyeden alıntı: mesajı görüntüle
<?php
$pythonPath = escapeshellcmd('././file.py');
$cikti = shell_exec($pythonPath);
echo $cikti;
?>
hocam .py uzantılı bu dosyaya parametre gönderebilir miyim?

$pythonPath = escapeshellcmd('././file.py', $resim1, $resim2);
gibi?