Question:

I am trying to download PHP5 mySQL Apache server but getting confused on which link it is?

by  |  earlier

0 LIKES UnLike

can someone help me please?

http://www.php.net/downloads.php

http://dev.mysql.com/downloads/

http://httpd.apache.org/download.cgi

ready to start learning PHP or at least i was until it said to download all that.

Thanks in advance

 Tags:

   Report

4 ANSWERS


  1. Do NOT listen to these "easy" applications.  Keep on the same path you are going on!

    http://forums.devshed.com/showpost.php?p...

    That's a post I wrote about a year ago, and though the information may have changed a little it's still valuable.

    For PHP you want the .zip version (much easier to use)

    http://www.php.net/get/php-5.2.6-Win32.z...

    For MySQL you want the .msi version (much easier to use)

    http://dev.mysql.com/get/Downloads/MySQL...

    For Apache you want http://www.axint.net/apache/httpd/binari...

    First install Apache, then read the install.txt file that comes with your PHP .zip file.  You will gain a LOT of experience and knowledge doing it the way you are.  Ask those other posters to configure the httpd.conf file and they will probably stare at you like a deer caught in a headlight.

    I have always outspoken about the "easy" configuration options out there.  I think that knowledge is a powerful thing and what does those programs teach yo?  Nothing, except how to click buttons.

    Have fun and e-mail me if you run into any problems!  I am here to help.

    Chad


  2. You need the whole lot of it, but that isn't by any means the "easy" way of doing things. XAMPP is free software that will set all of that up for you with one easy download.

    http://www.apachefriends.org/en/xampp.ht...

    Download it there...the learning curve is there, but not nearly what it is for what you were trying to do. Be sure to read all of the documentation. Also, if you're really ready to start learning PHP, you should also have a book or two on SQL as well. Best of luck.

  3. Don't go to those sites: follow my lead :)

    search google for 'Easy PHP' itsa program that will make your computer into a php server which makes it easy to test your code etc, because if your new to it, you will have some difficulty setting those ones up.

    Good resources are :

    http://www.w3schools.com (down the sides are all the languages they teach for free

    http://www.hotscripts.com is good too  

  4. Try apachefriends.org -- look for xampp.  It is a way easier method to do what you are trying to do. It downloads and installs all those pieces that you need.  It will set up the whole thing for you, and handles a lot of the annoying configuration files that have to be in the right spot with the right environment variables and so on.   If your main goal is to learn PHP, go the xampp route so you don't get hung up in installation and configuration messes.  You can learn the install and configure thing later if you want to.....

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.