Link to home
Start Free TrialLog in
Avatar of hrolsons
hrolsonsFlag for United States of America

asked on

Install php locally

Is it possible to install php locally on a Windows7 machine?
Avatar of leakim971
leakim971
Flag of Guadeloupe image

If you are planning to use Apache then WAMP is also an option...

http://www.wampserver.com/en/ 
Avatar of hrolsons

ASKER

I'm actually using it for this application:

https://www.experts-exchange.com/questions/27291199/Use-php-to-get-a-photo-in-the-right-proportions.html

I'm manipulating .jpg files

Not sure which of the above would fit best for that.

Everything works fine on my web server, I just want to process the files locally.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So, I installed phpED, but I'm having trouble.

In Visual Basic, I usually issue the command:
WebBrowser1.Navigate ("http://website.com/myfile.php")

Now, since I have it local, I thought I could do:
WebBrowser1.Navigate ("C:/directory/myfile.php")

But it does not run the php, it simply displays it as a text file.
When you run the page, you've the url to use or choose an rxternal browser instead phped browser
User generated image
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial