| i want to learn PHP programming w/ database. can you help me? what are the software i need to install?. ?

i want to learn PHP programming w/ database. can you help me? what are the software i need to install?. ?

ZerRy asked the question:


i have a project.. a booking system made with php.. but i still don’t know what software to install..

can anyone help me please..??

thanks..

Related posts:

  1. Is there any software that I can use to build a PHP-MYSQL database without knowing programming? amithji asked the question: Hopefully it will be a free...
  2. How can I get Java/PHP/MySQL programming job? teddybear1268 asked the question: How can I get my foot...
  3. what are the websites that i can use to help me learn php programming ? LeBaNeSe 4 eVeR asked the question: what are the websites...
  4. What is first step to learn “PHP” programming? ISKRA asked the question: Should I learn any programming language...
  5. Best book to learn PHP programming? noelgallagherowns asked the question: Hi, I only took 1 visual...

Filed Under Programming & Design |

Tagged With , ,

Comments

4 Responses to “i want to learn PHP programming w/ database. can you help me? what are the software i need to install?. ?”

  1. crossroad on June 9th, 2008 2:54 am

    Go to they got tons of tutorials.

  2. ccsCoder on June 10th, 2008 9:06 pm

    Best will be the Wamp server 2.0 which includes the MySQL, Apache etc. Download and install it on your computer.

    Thats all you need to get going.
    Maybe you would need an IDE too. If you have NetBeans ide, download the PHP Plugin for it. Or if u are using Linux , then kate will do just fine. :-)

  3. aidilfbk on June 13th, 2008 12:47 am

    You can use IDEs like Dreamweaver, Nvu, or even Notepad for most basic of things although there won’t be any code highlighting.

    Use tutorials like these to learn PHP:

    Make sure you have a testing server (maybe localhost or from your hoster) or you could host it yourself with software like XAMPP, WAMP, etc.

    XAMPP:
    WAMP:

    And if you need to use MySQL as your database, so you would need to learn how to manipulate it especially via PHP:

    Also, when you’re stuck in a problem, you might want to use Yahoo or Google to help find the solutions.

  4. oopjosh on June 14th, 2008 12:19 am

    If your computer is a mac, install MAMP. If it’s windows install XAMPP.