I have a PHP CLI script setup in crom which runs as a specific user each night so that it has the correct security level.
I want to also be able to execute this script "on demand" via a webpage. Is there a simple way to get PHP to execute this command as another user? How could I
"SU script_user >>> runme.php" ???
Any ideas?