1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need A Basic Help About Programming Php

Discussion in 'Programming' started by Shahzad Ahmed, Feb 7, 2013.

  1. #1
    I have just started PHP and MySql training online. I want to install a local server at my system. I intend to know what should I need to install at my computer which can run following programs easily:

    - php
    - mysql

    and if there is any guide to configures these things. I'll really appreciated for detailed reply. Thanks
     
    Solved! View solution.
    Shahzad Ahmed, Feb 7, 2013 IP
  2. #2
    Just install WAMP server if you want all those to install on Windows http://www.wampserver.com/en/
    If Linux Install LAMP
    If Mac Install MAMP

    well all this programs are same they install Apache, MySQL and PHP on your local computer for local development and testing
     
    riteshsanap, Feb 7, 2013 IP
  3. Shahzad Ahmed

    Shahzad Ahmed Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Thanks very much for your coordination and help. I hope, digital members will help me more in my future problems. Thanks
     
    Shahzad Ahmed, Feb 7, 2013 IP
  4. riteshsanap

    riteshsanap Well-Known Member

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    3
    Trophy Points:
    118
    #4
    Sure, they will their are many experienced members here
     
    riteshsanap, Feb 8, 2013 IP
  5. seocm

    seocm Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    You'll also want a capable IDE. Something like eclipse with the PHP addons
     
    seocm, Feb 9, 2013 IP
  6. Shahzad Ahmed

    Shahzad Ahmed Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    33
    #6
    What was that, I can't understand about it? Can you please explain it.
     
    Shahzad Ahmed, Feb 9, 2013 IP
  7. seocm

    seocm Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    IDE = integrated development environment.

    You don't want to started making a PHP site using notepad... You want a good text editor that gives you
    1) Syntax highlighting
    2) auto complete
    3) some sort of syntax error checking.

    With a good IDE and some practice it can cut down the amount of key tapping by at least 50%

    Eclipse is a free IDE that supports PHP (as I remember it).
     
    seocm, Feb 9, 2013 IP
  8. Shahzad Ahmed

    Shahzad Ahmed Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    33
    #8
    thanks for your quick response.
     
    Shahzad Ahmed, Feb 9, 2013 IP
  9. t3od0r

    t3od0r Well-Known Member

    Messages:
    334
    Likes Received:
    3
    Best Answers:
    3
    Trophy Points:
    155
    #9
    You should try http://www.ampps.com/


     
    t3od0r, Feb 10, 2013 IP
  10. Shahzad Ahmed

    Shahzad Ahmed Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    33
    #10
    Thanks you too for the reply.
     
    Shahzad Ahmed, Feb 11, 2013 IP
  11. profitdollar

    profitdollar Active Member

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #11
    These are the tools that I use when I do my PHP work:

    XAMPP - http://sourceforge.net/projects/xampp/
    Netbeans - http://netbeans.org

    Hope this helps!
     
    profitdollar, Feb 11, 2013 IP
  12. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #12
    There are many paths to the same destination. I use XAMPP and Notepad++.
     
    Rukbat, Feb 12, 2013 IP
  13. satish68

    satish68 Greenhorn

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #13
    you just need to install xampp. there is also phpdesigner8 from mpsoftaware.dk which does not require installation of server and is good initially for learning but unlike xampp which is open source and free this software comes for a price. though you can try the trial version which is free.
     
    satish68, Feb 13, 2013 IP