+ 1
How do execute a c Program in php
Hi, I'm currently working on a project that Checks the weight of some bottles and then sende the value to a raspberry pi, my code is written in c and it's working but I want to also execute it via php. I tried exec ("myprogram", $output ); But when I try it i get an empty Page could anyone help me out?
1 Answer
+ 1
thank you :)