Click to See Complete Forum and Search --> : Help installing PHP, XAMPP


meinsla
08-31-2006, 07:42 PM
I had some issues installing PHP so I read in the forums that XAMPP would assist in this goal. I installed the program but cannot run PHP scripts on my Windows machine. What do I have to do to get this working?

NogDog
08-31-2006, 08:01 PM
Assuming everything installed OK, make sure your PHP files are in the htdocs directory under the XAMPP directory (or a subdirectory of the htdocs directory). When you launch a file, use an address like:

http://localhost/script.php

...or if it's in a subdirectory of htdocs....

http://localhost/subdirectory/script.php

meinsla
08-31-2006, 08:17 PM
Thanks for your help, I'll try that.

meinsla
09-01-2006, 08:32 AM
Assuming everything installed OK...

I just used the self-installer, I didn't really do anything myself regarding the situation. I guess I am looking for a quick fix to be able to run PHP scripts on my home machine and it appears there is no such fix. I tried installing PHP using the PHP instruction that it came with but there came a part of the instructions where it told me to type some commands in to a command prompt, but it gave me an error. I followed the directions just as it said but from what I seen from every single PHP manual or set instructions, it appears to assume I automatically know what they're talking about and appears to skip minor steps.

Where can I find a solution to this problem perhaps with instructions that seem excessively dumbed-down? :confused: :confused: :confused: :confused: :confused:

steel horse
09-04-2006, 03:25 PM
I had the same problem. I also need help getting the PHP forum to work on my computer.

Any help would be appreciated.

Mark

DJsAC
09-04-2006, 03:39 PM
you could try www.apache2triad.net :) It's a complete apache2 webserver including php mysql ssl etc etc...

Preconfigured for quick installation, and still highly customizeable :cool:

meinsla
09-15-2006, 12:26 AM
Thanks for the help, I'll try that.

meinsla
09-20-2006, 07:16 PM
Ok I got it working using Xampp. The second poster was right, I guess I just didn't quite understand what he was talking about. I just needed to figure out how to launch the files properly. Thanks for everyone's help.