PDA

View Full Version : run a command from inside a directory?


flowrgrl779
03-07-2007, 04:29 PM
I'm trying to install a module whose instructions say to "Extract the downloaded SDK archive file into a temporary directory. Then, run the following PHP command from within that directory: php install.php" and I have no idea how to do this. Can somebody help? Thanks.

Cirtex Admin
03-08-2007, 01:35 AM
Hi

You will need ssh access for that or use a cronjob to do so. I would just recommend running the install.php from http://serverip/~cpusername/install.php ;)

Cheers