LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   php admin interface for any service (https://www.linuxquestions.org/questions/linux-software-2/php-admin-interface-for-any-service-436621/)

paul_mat 04-19-2006 12:08 AM

php admin interface for any service
 
hi there,

I'm trying to find someone that has made php do what i want it to do.

i'm trying to mount a drive on a server via a web interface.

But i can't figure out how to get php to run a script on the server.

So i'm looking for a php interface into a server, postfix, smb anything that i can have a look thought the code to see how they interact with the server, to see how tehy restart, start and stop the server.

http://www.codeguru.com/forum/showth...34#post1375334

http://www.linuxquestions.org/questi...32#post2206432

j-ray 04-19-2006 01:10 PM

u can call scripts in php with exec function() or passthru(). but the scripts will be excuted by the apache user who will probably not be allowed to mount drives.


All times are GMT -5. The time now is 11:34 AM.