Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Do I need a compiler with php programing??

I want to start learning PHP programming do I need a compiler and if so ,where do I get it??

4 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    You do need a HTTP server that has PHP installed. Rather than downloading it and going through all that rigmarole, just sign up for a free PHP / MySQL hosting account at http://www.awardspace.com/ because it will work fine for testing and save you many headaches trying to get PHP to run on your home computer.

  • 1 decade ago

    you need a little thing called AMP

    thats

    Apache (your web server)

    MYsql (if you want to have a database)

    Php (must have)

    there are programs that comes with all of those like

    Xamp

    easyPhp

    it would help if you have a unix based operating system

    (like ubuntu or SUSE) since they already come capable of processing php

    finally for a ide you can use notepad ( just save them as .php)

    hope it helps

  • Anonymous
    1 decade ago

    If you don't have a web server yet, XAMPP is a quick and easy install of an Apache web server with PHP and a MySQL database for Windows. http://www.apachefriends.org/en/xampp.html

  • Anonymous
    1 decade ago

    No. The PHP interpreter is built into your web server (usually Apache).

    To clarify, when you install PHP, it connects its interpreter into the server you're running (Apache if you're lucky, otherwise, IIS).

Still have questions? Get your answers by asking now.