Answers for "How to send data from PHP to Python"

PHP
1

How to send data from PHP to Python

$response = shell_exec("python3 script.py" . escapeshellarg(json_encode($data)));
Posted by: Guest on August-24-2021

Code answers related to "How to send data from PHP to Python"

Browse Popular Code Answers by Language