Konu
PhP içinde Python Çalıştırma
26-08-2023, 13:38:40
#12
crazykurba
Kimlik doğrulama veya yönetimden onay bekliyor.
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?