Jump to content

How run install.php


bmartling

Recommended Posts

If IIS is able to run php scripts (I think it's a module, or just by using cgi) then you probably just call it in the browser like

http://localhost/install.php

I'm not shure about running it in the command line, though.  It might be like

php c:\path\to\script\install.php

or you might need to find the actual location of the php interpreter and call the script with it instead of just php.
Link to comment
https://forums.phpfreaks.com/topic/36290-how-run-installphp/#findComment-172537
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.