What web design program should i use to maintain a database of employees?
anonymous
1970-01-01 00:00:00 UTC
What web design program should i use to maintain a database of employees?
Five answers:
jgo456
2007-05-23 14:48:04 UTC
This requires someone who knows data-base design, and web programming, and web page graphic design (often with a bit of graphic art creation) so that it has a decent appearance.
There are a number of ways to do it, with a number of different collections of tools. LAMP (Linux or Mac or FreeBSD or UNIX operating system + Apache web server + MySQL or PostgreSQL or SQLite relational data-base management system + Perl or PHP or Python programing/scripting language) is one popular collection of sets of tools.
anonymous
2016-04-01 08:43:10 UTC
Why are you asking this question? I think you yourself can go to a web site and find what you want. But few postings will list an exact salary. So you may be out of luck.
anonymous
2007-05-23 14:42:16 UTC
If you have the budget of about $250 then use:
Adobe Dreamweaver,
the new one is out and its called Adobe Dreamweaver CS3 but if you don't need integration with Photoshop get the old one.
maniacmartinuk
2007-05-23 14:29:05 UTC
Since this is very specialist, it would be better to make it from scratch. Email me I can help
Sheldon R
2007-05-23 14:45:30 UTC
In application such as this one, you really need 2 different pieces to the application. On the web level, you will need some sort of template rendering/Web app engine such as PHP or run a Java servlet. This portion will render HTML from information in the database. Also through the use of forms you will be able to submit and process data from the web.
The second portion of a system like this would be the database. MySQL, and PostgreSQL are both popular databases. The database consists of tables and entries. A table defines what an entry looks like, and an entry is an instance of the table populated with data.
I would probably recommend, as a popular and easy to obtain answers about solution, PHP in combination with MySQL. I google search containing these terms should yield a variety of tutorials. Another solution would be running a Tomcat Java Servlet engine and connecting to a database in the Java code. Good Luck!!
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.