Answers for "post data to php from 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

Browse Popular Code Answers by Language