Question:
Best Software/Language to make a Database website?
anonymous
2011-07-25 17:38:58 UTC
Greetings,

I am looking to create a website that houses a database and allows users to search for items that fit their criteria. The back end data would be a simple excel style sheet. I would like users to be able to search based on the field headers and have the results pulled and displayed in a table.

I am teaching myself Python and have some experience with Sharepoint. I was wondering what would be the best platform/software/language to attempt to create such a site.

Thanks
Six answers:
anonymous
2011-07-25 17:43:13 UTC
Excel stylesheet will not act as a database. Access does.



However, i would suggest:

PHP - as the back-end language

MySQL - as the database.



Hope this helps!

If you need further assistance/advice, feel free to contact me.
anonymous
2016-03-03 10:40:48 UTC
A database is an organized collection of data. The data is typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports processes requiring this information (for example, finding a hotel with vacancies). Database management systems (DBMSs) are specially designed applications that interact with the user, other applications, and the database itself to capture and analyze data. A general-purpose database management system (DBMS) is a software system designed to allow the definition, creation, querying, update, and administration of databases. Well-known DBMSs include MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Microsoft Access, Oracle, SAP, dBASE, FoxPro, IBM DB2 and FilemakerPro. A database is not generally portable across different DBMS, but different DBMSs can inter-operate by using standards such as SQL and ODBC or JDBC to allow a single application to work with more than one database.
puaka
2011-07-26 03:30:39 UTC
Try free Google spreadsheet and see if it meets your needs.
kapil
2011-07-27 03:43:51 UTC
best language to make website is:

Advance Java(Struts,Hibernate)

MySQL-- as database
anonymous
2011-07-26 03:46:18 UTC
try

Django (https://www.djangoproject.com/)

+

redisDB (http://www.redis.io/) or MongoDB (http://www.mongodb.org/)

+

redis-py (https://github.com/andymccurdy/redis-py)

+

jQuery EasyUI (http://www.jeasyui.com/index.php)



bye

koteth

http://pandoricweb.tumblr.com/
anonymous
2011-07-25 17:39:56 UTC
Not sure, seems specific


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...