Using PHP with Windows

Go To StackoverFlow.com

0

I recently inherited a PHP Web Site to maintain. My knowledge is in ASP.Net and HTML. I need help getting started.

I downloaded WAMPServer. It installed ok, but it doesn't run. I try to run it and it just exits. No error message.

I am running Windows 7.

2012-04-05 21:37
by Bob Avallone
Have you tried XAMPP - Bojangles 2012-04-05 21:39
@JamWaffles just out of curiosity, is XAMPP better than WAMP? I keep seeing people recommend it over WAMP, but I'm not sure why - Paul Dessert 2012-04-05 21:42
I have used neither, but I read something on the XAMPP site that implied XAMPP is the successor to WAMP - Bojangles 2012-04-05 21:44
Bob, do you by chance have Skype running? Skype uses the same port as WAMP does and will cause WAMP to crash, or never start. I spent many hours trying to solve this before I came upon this solution - VictorKilo 2012-04-05 21:47
XAMPP is the new WAMPP. Get XAMPP - Gabriel Santos 2012-04-05 22:14


0

As you've seen, you probably want to consider XAMPP here http://www.apachefriends.org/en/xampp-windows.html. There is a portable version in there that I highly recommend. It requires no installation, so it just always seems to run, even when you've had trouble with other setups.

It also has the ability to set things up so they DO run as services, but I'd suggest if you're just getting started, don't clutter up your registry until you get into it a bit and figure out if you really need it installed.

2012-04-05 21:55
by AlexC
Got these messages current directory c:\xampp; Install(er) directory c:\xampp ERROR: Status check Failure [-2]; this program must run from your XAMPP root director - Bob Avallone 2012-04-06 15:39
This was running the portable version? That's what I'd expect from one of the installer versions. The portable you can literally run from a thumbdrive on virtually any windows PC - AlexC 2012-04-07 13:41
Ads