Can exec() php function run programs not in the background?
Is it possible to use exec() php function to execute a program on the server but not in the background but with the GUI?
I use windows 10, xampp 3.3.0 and php 8.1.1.
Thank you, Ivan
Solution
You can't because php doesn't have access to the GUI.