Hello everyone,
I understand that exec() can be used to execute shell programs. But can I use it to execute a program in PHP (my_prog_1.php3) ?
I guess it can, but I tried with
exec('/my/path/my_prog_1.php3')
and it didn't work. I think I should use the exact syntax that allows to execute a script in php3 directly from the Unix promp but... I don't know how to it.
Shame on me 🙂
Thanks,
Yannick.