vote up 0 vote down star

Hello,

I'm trying to build a php site and I'm wanting to test my php files without uploading them to my host. Basically testing them on my own machine before I upload them.

This question has probably been asked a million times, but I can't seem to find a thread on it. Any help would be appreciated.

Thanks in advance

Rich

flag

7 Answers

vote up 4 vote down check

Install and run XAMPP: http://www.apachefriends.org/en/xampp.html

link|flag
1  
XAMPP runs for ALL platforms. – thephpdeveloper Nov 5 at 2:55
Awesome, thanks for your help! – Inserter Nov 5 at 3:02
put a tick so that people know that this is the answer! – thephpdeveloper Nov 5 at 3:21
vote up 0 vote down

Install XAMPP. If you're running MS Windows, WAMP is also an option.

link|flag
vote up 0 vote down

Use Apache Friends XAMPP. It will set up Apache HTTP server, PHP 5 and MySQL 5 (as far as I know, there's probably some more than that). You don't need to know how to configure apache (or any of the modules) to use it.

You will have an htdocs directory which Apache will serve (accessible by http://localhost/) and should be able to put your PHP files there. With my installation, it is at C:\xampp\htdocs.

link|flag
vote up 0 vote down

If you have a local machine with the right software: web server with support for PHP, there's no reason why you can't do as you describe.

I'm doing it at the moment with XAMPP on a Windows XP machine, and (at home) with Kubuntu and a LAMP stack.

link|flag
vote up 1 vote down

MAMP if you are on a MAC MAMP

link|flag
vote up 1 vote down

I use WAMP. One easy install wizard, tons of modules to for Apache and PHP preconfigured and easy to turn on and off to match your remote config.

link|flag
vote up 0 vote down

Another option is the Zend Server Community Edition.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.