Hi!
Here is my problem.
I have some external program written in C and compiled in system. If i want to execute this program i have to be special user (admin1) and group (admins), or toot. If this is not true program wont execute.
Now i want to write some frontend in php. I use php as module in apache or stand alone.
I would like some help on how can i make this work.
for example i want to cal this program like this
program agr1 agr2 ..
This program return some output (true or false).
Thanks for help