PDA

View Full Version : local server required


ranjan2001
25-01-2006, 11:14 PM
Some years back I heard a term (local server)in a web development organization where they had some software install on the comp & it use to prase the php & css for them to test the code.

I wonder what software was it............can someone tell me about few choices freeware or demo trials.

I need to edit the php code for my new site & want it to host the site on my local computer, so my computer acts as a host & a client.

I am on win xp pro sp1.

Iconoclast
26-01-2006, 12:49 AM
Some years back I heard a term (local server)in a web development organization where they had some software install on the comp & it use to prase the php & css for them to test the code.

I wonder what software was it............can someone tell me about few choices freeware or demo trials.

I need to edit the php code for my new site & want it to host the site on my local computer, so my computer acts as a host & a client.
I am on win xp pro sp1.

Since you are on Win XP, you can use the IIS server installed on your machine(or u can install it from your Win XP installer disk) .. another option is to download and install Apache Webserver from here (http://httpd.apache.org) , but before downloading and installing please read this (http://www.eng.lsu.edu/mirrors/apache/httpd/binaries/win32/README.html).

There are lotsoff Webservers available as of today, but i prefer the widely used webservers mentioned above.

Have a nice time,

Regards,
:)

ranjan2001
26-01-2006, 01:12 AM
Thanks for the correct answer, I was googling local server & not getting the right answer.
The correct term is webserver.

Found IIS on my XP disk & downloading the php to be installed.
Thanks.

Iconoclast
26-01-2006, 01:14 AM
You are welcome :)