php script in Windows

J

Jeff

I need to run php script in my Windows 7 laptop. What do I need to
install to make Windows 7 64 home premium capable of running php?

Thank you.

Jeff
 
C

Chuck Anderson

I need to run php script in my Windows 7 laptop. What do I need to
install to make Windows 7 64 home premium capable of running php?

Thank you.

Jeff
If all you need to do is run scripts from the command line, simply
download and unzip the latest Php release to a folder of your choice (I
use C:\Php - or c:\Phpn.n for the version number). For your convenience
you may want to add the Php folder to the PATH environment variable.

If you want to use Php with an HTTP server (to serve web pages) you have
"a bit" more to do.

--
*****************************
Chuck Anderson • Boulder, CO
http://cycletourist.com
Turn Off, Tune Out, Drop In
*****************************
 
J

Jeff

I need to run php script in my Windows 7 laptop. What do I need to
install to make Windows 7 64 home premium capable of running php?

Thank you.

Jeff
Thank you all for replying.

Jeff
 
N

Nil

That provides binaries which I am not techie enough to use.
I need something that would install php in Windows 7.
??? The alternative is a binary is the source code. I think you DO want
a binary file. Did you follow the Download link? You will find Windows
installers there.
 
M

Mike Barnes

That provides binaries which I am not techie enough to use.
Binaries *are* for non-techies. It's "source" that you want to avoid.
I need something that would install php in Windows 7.
If you want more advice, you need to be clearer about what you're trying
to achieve. Describe the PHP script(s) that you want to run.
 
F

Fokke Nauta

That provides binaries which I am not techie enough to use.
I need something that would install php in Windows 7.
I would advice to install Xampp Lite, as I already suggested in this
thread. That is a web server, PHP and MySQL. The latter you don't need.
All installs automatically and works well.
You can install PHP and in necessary Pearl manually, both have Windows
executable installers. But then you will need to install a web server
separately and configure this to run PHP (and Pearl) scripts.

Fokke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top