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.

what programming language (ex: java script, php, mysql) do i need to know to make websites?

11 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    This question has been asked and answer many times. Here are some links I got when searching for your exact same question. Please try this before you ask next time, you will keep your points and save everyone some time.

  • Anonymous
    1 decade ago

    HTML.

    That's it. Go to websites, view the source from those sites, and learn by coping what other people do.

    If you want to build dynamic pages that change depending on how people use the pages, you'll need to learn a language like PHP and MySQL. But don't start learning that until you have written a few HTML pages.

  • 1 decade ago

    HTML is the only one you need. To make good sites, you'll need CSS, JavaScript, a server-side language like PHP, and a database like MySQL.

  • 1 decade ago

    PHP & Javascript are used for making websites. MySQL are for databases. There are plenty more languages for making websites.

  • How do you think about the answers? You can sign in to vote the answer.
  • 1 decade ago

    ***Javascript for client side form validation and AJAX (Asynchronous JavaScript and XML) is necessary for interactive sites.

    ***PHP is ONE option for dynamic websites.

    ***MySQL works with PHP as the backend storage for data making up your dynamic website.

    You can find some great open source sites that only need installation and a little work to get going....JOOMLA, PHP-Nuke......among some of them

    You should learn all three. It isn't difficult if you have a mind that learns.......remember JavaScript is for the client side, AJAX is both client and server, PHP is Server, MySQL is Server.......

    This book is one source:

    http://www.amazon.com/Practical-PHP-MySQL-Building...

    You may want to get a few "for Dummies" books too. The name can be insulting, but those books along with the "complete idiots guide" books are awsome if you need to fully understand something without having to read books that ASSUME you know a little bit or even alot-abit.

  • 1 decade ago

    Start learning HTML for basic page structure, and learn CSS at the same time for styling (they go hand-in-hand).

    After gaining some proficiency with those, you can start learning Javascript for more dynamic pages.

    PHP is widely used for websites because it is free and relatively easy to use. Only after gaining some proficiency with PHP will you need to start using SQL for databases.

    "Ruby on Rails" is a step up from PHP, and actually easier to use, but finding free web hosts for Ruby on Rails is almost impossible. (Disclaimer...I am a Rails developer)

  • Anonymous
    1 decade ago

    You should start learning HTML and CSS (http://www.htmlgoodies.com)./ Once you get comfortable programming layouts, then start learning PHP/MySQL, ASP, and Javascript.

  • 1 decade ago

    php and mysql for the database. php is easy to use and understand!

  • 1 decade ago

    start with HTML

  • Anonymous
    5 years ago

    you should search free lancing websites. all the people who do jobs like this are there.

Still have questions? Get your answers by asking now.