Thank you.
I will use the file update method. A couple of years ago I would of just stored it in the registry, but not any more!
knight
Search found 2 matches
- Wed Jul 10, 2002 9:06 pm
- Forum: PHP - Code
- Topic: exec as root
- Replies: 4
- Views: 876
exec as root
Hi there, I am just starting out some php programming, with some c experience. I am attempting to build a web interface for some common unix administration tasks, but while apache runs as user 'nobody', the commands can't get executed due to lack of root privilege. The only way I could get it to wor...