How do I download and install Apache HTTP Server on my Windows XP computer )so I can test my PHP scripts without having to publish the script to the internet every time)?
Martin
How do I download and install Apache HTTP Server on my Windows XP computer )so I can test my PHP scripts without having to publish the script to the internet every time)?
Martin
http://httpd.apache.org/download.cgi
Look for "Win32 Binary (MSI Installer)", download, run setup program, fallow the setup instructions.
I would recommend you Apache2triad http://apache2triad.net rather than setup apache and php on your own. You will love it.
I would recommend you Apache2triad http://apache2triad.net rather than setup apache and php on your own. You will love it.
I downloaded Apache2triad and installed it, what do I do now :?:
Martin
You have successfully installed apache, mysql, phpmyadmin and many other things. You are ready to go. Type http://localhost or http://yourcomputername in your web browser. Try doing whatever you wanna do.
C:\apache2triad\htdocs\ is the root of your site.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.