Please suggest a PHP-MySQL-Apache combination

Discussion in 'PHP' started by Hussy, Jul 1, 2010.

  1. #1
    Hi..




    I want to learn php and do some developments. I am confused with different php, msql and apache versions, which of them are need to be downloaded for installation. Please suggest a good combination..



    thnaks:rolleyes:
     
    Hussy, Jul 1, 2010 IP
  2. Codex-m

    Codex-m Peon

    Messages:
    36
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A good way to start is to download XAMPP and use that as a localhost in your computer. Its like having an Apache server, MySQL and PHP right in your computer.

    In this way, you do not need an actual web server like what you can find in the web hosting company.

    If you are using Linux operating system, you can download it here: http://www.apachefriends.org/en/xampp-linux.html
    If you are using Windows operating system (Windows XP for example), this is the XAMPP version that you need to install: http://www.apachefriends.org/en/xampp-windows.html

    The latest version of XAMPP is also using the most stable version and combination of Apache, MySQL and PHP, you can find that on the XAMPP download page.
     
    Codex-m, Jul 1, 2010 IP
  3. jam4517549

    jam4517549 Member

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    I am using WAMP5 server.
     
    jam4517549, Jul 1, 2010 IP
  4. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #4
    You dont need anything special..... install ubuntu or debian and apache comes as standard in the base installation.

    Installing mysql is as easy as typing: apt-get install mysql-client

    I cant remember if PHP comes in the base installer or not, but even if it doesnt its just as easy to install; apt-get install php
     
    lukeg32, Jul 1, 2010 IP
  5. alexeyd

    alexeyd Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i am using it to for local testing and i think it is the best choice
     
    alexeyd, Jul 2, 2010 IP
  6. webal

    webal Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you can use appserv it is very easy to install only next next :)
     
    webal, Jul 3, 2010 IP
  7. alexeyd

    alexeyd Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    wamp server easy to install too like app just next next ets...
     
    alexeyd, Jul 9, 2010 IP
  8. themullet

    themullet Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #8
    be careful with wamp, can cause some unexpected errors when deploy to the final linux server. Some bits just work differently on windows. Cost me a good few days that
     
    themullet, Jul 9, 2010 IP
  9. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #9
    This is why you dont need anything special..... install debian or ubuntu, boot up, apt-get install (packages) and hey presto jobs done. WAMP/XAMPP and anything else is just a waste of time really....
     
    lukeg32, Jul 9, 2010 IP
  10. Johnta

    Johnta Peon

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Wamp is My choice , you can install many php versions in the same time (Plugins of course)
     
    Johnta, Jul 10, 2010 IP
  11. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #11
    Some may find packages such as XAMPP easier to install as they may come with an installer.
     
    danx10, Jul 10, 2010 IP
  12. chandru

    chandru Member

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #12
    xampp is good package and Lamp or wamp
     
    chandru, Jul 15, 2010 IP
  13. dbsuk

    dbsuk Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Ubuntu Server all the way....great way to get in to Linux too!
     
    dbsuk, Jul 15, 2010 IP
  14. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #14
    XAMPP if you want to run it on windows. If you're gonna go the whole nine yards and get a dedicated server - try FreeBSD, it's pretty shweet.
     
    Deacalion, Jul 15, 2010 IP