Hi All, I'm new to programming, I've always wanted to make an online database for employees, which programming language should I use. Many thanx in advance...
Javascript in the browser, PHP on the server. If you had to ask, study Algorithms + Data Structures.pdf first, so you know what you're doing.
Although not directly related to your question, I'd advise you to seriously think of the implications of making an employee database online. My advise would be to create it on an intranet and give remote access to the people who need it rather than on the web. If it's on the web and you even need to ask what language to code it in, you won't be thinking as far head as security, data protection etc.
Php should be the right answer. It is a great language for online database. But still you should use php + mysql database.