Jump to content

post to PHP on local machine without a server?


allasso

Recommended Posts

Greetings,

 

I hope this is the right place for this question.

 

I have created an archive disk of a website to be used on users' machines as a local mirror.  There is also a PHP search script that was used when the site was hosted on a server that I would like to implement if possible.

 

Most of the users of this disk are running Mac OSs which come with PHP installed.  Is there a way to access PHP via the web browser WITHOUT having to turn on the webserver?

 

Thanks,

 

Allasso

Enabling the web server would allow you to access the scripts via localhost, otherwise if PHP can be parsed on the machine you should be able to just open the scripts individually in a browser.

 

I think for your scripts to actually execute though like the search script you'll need to enable the web server.

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.