-2

I am programming a school website where I want an easy system for teachers, where they could post news, informations, etc. I also want a timetable there. Which language is best suited for these needs?

Thanks Adam

1
  • 4
    You would probably have to use a few languages, JS, PHP, HTML. Also, please read stackoverflow.com/help/how-to-ask Commented Apr 2, 2017 at 8:25

3 Answers 3

0

First You should learn what is a static website and what is dynamic website. Then decide which one you want to create. In your description you wrote:

I am programming a school website where I want an easy system for teachers, where they could post news, informations, etc. I also want a timetable there. Which language is best suited for these needs?

You basically asked for a site in which teachers could post things like news, informations, etc. That's a dynamic content. Therefor you will need php and mysql database to create something like this. Whereas to design the layout of the website you will need html, css and javascript.

Sign up to request clarification or add additional context in comments.

Comments

0

You may be trying to learn https://moodle.org/ ( this's open source ) if you can not create their own learning website

Comments

0

For this kind of system, you'd probably use a client-server architecture.

Client is programmed in client languages (like HTML, JS, CSS and many others).

Server is programmed in server languages (like PHP, and many others).

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.