bmartling Posted January 30, 2007 Share Posted January 30, 2007 Please forgive a real newbie to php. I'm trying to install a website, mostly php scripts, on Win 2k w/ IIS. It says 'run install.php'. How do I do that? From command line, what?Thanks Link to comment https://forums.phpfreaks.com/topic/36290-how-run-installphp/ Share on other sites More sharing options...
Picatta Posted January 30, 2007 Share Posted January 30, 2007 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 likehttp://localhost/install.phpI'm not shure about running it in the command line, though. It might be likephp c:\path\to\script\install.phpor 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.