Results 1 to 2 of 2

Thread: How to create website

  1. #1
    Join Date
    Nov 2007
    Posts
    53

    Question How to create website

    Ok say I want to create my own website that uses a database to get information from for logins etc. What languages do I learn first?
    HTML, CSS, AJAX, ... etc?

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    HTML and CSS are the basis of any website; HTML for the structure and CSS for styling, positioning, etc.

    PHP and MySQL are used for database work. MySQL is a popular database and PHP processes the data from it. Your hosting service uses PHP to process the data before sending it down to a viewer, so it is server-side processing and you need a server called Apache on your computer to see the result locally if you don't download the page from the internet. WampServer 2
    http://www.wampserver.com/en/
    combines PHP and Apache and MySQL and is often used because it gives you all you need in one program. XAMPP is the equivalent for Mac computers.

    Ajax and javascript are client-side programs, meaning that dropdown menus and similar things can be made to work by a browser with Ajax or javascript, but not necessary for the basic database and login function.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. What is the best place to create website at?
    By mitchell in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 22 Oct 2007, 02:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •