Results 1 to 2 of 2

Thread: Advice

  1. #1
    iamforyou2 Guest

    Advice

    Hi all,

    I am looking to develop a website that will enable users to get access to some multiple type questions. I have some understanding of the PHP and mysql.

    The site is going to have different tests which are timed and only registered users can access it.

    I need your advice in order to get some proper direction.

    What programming language should I use to develop the site?
    Should I learn java scripts ?

    Best Regards

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    If your going to have "regestered users" then its got to be server side. And as you already have experience with PHP/MySQL it looks like the languages your will need are:
    - HTML ( You need markup on all sites )
    - CSS ( You need this for the styling )
    - PHP ( To do the server side security and interactions etc. )
    - MySQL ( To hold the data, or atleast hold the usernames/passwords etc. )
    - JavaScript ( This is optional, just for user interface really )

Similar Threads

  1. Advice needed for personal advice website
    By manshack_one in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 01 Mar 2010, 09:35 AM
  2. Data management system licence advice please
    By pelinor in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 17 Aug 2007, 10:45 AM

Posting Permissions

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