PDA

View Full Version : What is database site ?



rajjnisspra
10-11-2013, 03:50 AM
What is database site ? Is php database website.

Jason P
10-11-2013, 06:20 AM
Data base site is that type of site that grabs information from the database through programming because website / webpage is connected to the database programmatically.

Yes, PHP is the database driven website and including it there are also other tool available which will help to create database driven website. Have a look on that list :

PHP
JSP
ASP
PERL
Cold Fusion

Rado_Ch
10-13-2013, 01:16 AM
In general, the Dynamic websites are database driven and the Static websites are file driven. Only small and simple websites nowadays are still Static, as there is little need to customize their content and tie the files with a database. The most common practice is to incorporate the best from both sides - you can still have your simple website and connect it to a blog/forum, which is database driven.

Still, as websites go, especially business websites, you shouldn't compromise! There are many CMS scripts, that use a database and you are required to have little to no knowledhe as to how a database operates. There are also many helpful tutorials all around the web, which will help you with simple functionality and operations. This way you can easily do customizations, incorporate shopping cart, publish articles, provide advanced search etc.

If you are about to start a new website, don't even hesitate - go for a database driven one ;)

innocentdevil73
10-13-2013, 05:31 AM
take an example of this forum, it is database driven website, all the topics, posts, users and other details are stored in database, when you request a webpage - server runs a few query to generate the page and than it server the user.

swatihotels
10-16-2013, 05:58 AM
Connecting to a database is generally what you would think. It determines a relationship between your program and the information source itself so that instructions and information can be approved back and forth. Based on what information source you select, there are a few different methods that you can link.

milos87popovic
11-02-2013, 06:07 AM
Site with database can be dynamic, and you can use PHP with MySQL database.

johnsmith965
12-19-2013, 09:06 AM
Database site means your site is dynamic and it is connected with database..

salman
12-20-2013, 01:24 PM
Important database site is called Google.When we need any thing we collect information from there, So we can it is Database sites. We consider other websites like yahoo bing and Ask call database sites.

juliet1
12-24-2013, 06:14 AM
yes php site having database.

teacher
01-09-2014, 02:06 AM
Dynamic sites having a database where we can easily retrieve any type of information easily and this is useful for our business purpose.

anas.man
01-09-2014, 08:54 AM
Database site means your site is dynamic and it is connected with database.

seowikipedia
03-07-2014, 04:25 AM
PHP is not a database site but you can make PHP website in a Dynamic website using severs like Apache, Wamp Server and so on.

jayanta1
03-10-2014, 06:25 AM
One of the most common types of dynamic web pages is the database driven type.This means that you have a web page that grabs information from a database and inserts that information into the web page each time it is loaded.
Database driven sites can be built using several competing technologies, each with it’s own advantages. Some of those technologies/tools include:
PHP
JSP
ASP
PERL
Cold Fusion

kmkhyd2014
03-10-2014, 06:31 AM
when site is dynamic it should be a data base site

ugnakr86
03-10-2014, 08:36 AM
Hi, this is dynamic website file.here we can access file form data base.

arianagrand
03-25-2014, 03:23 AM
Hii

Database management systems are taking on more functionality and being used in more situations than ever before. No longer do databases store only traditional simple structured data types like characters, numbers, and dates but also store more complex unstructured data types like audio, video, images, and compound documents. !!

jackthomas087
03-28-2014, 06:09 AM
A database is a collection of files kept together within a computer application that can be eailsy accessed and retrieved. A common database software is MS Access.!!

anirban09P
04-09-2014, 01:27 AM
Database management systems are taking on more functionality and being used in more situations than ever before. No longer do databases store only traditional simple structured data types like characters, numbers, and dates but also store more complex unstructured data types like audio, video, images, and compound documents.

stevex
09-23-2014, 02:23 AM
Every website has database on its back end. Where it stores and information and we can retrieve required data from the data base.

Bluesky94
10-31-2016, 12:49 PM
A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views, and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information, such as modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies.
A database management system (DBMS) is a computer software application that interacts with the user, other applications, and the database itself to capture and analyze data. A general-purpose DBMS is designed to allow the definition, creation, querying, update, and administration of databases. Well-known DBMSs include MySQL, PostgreSQL, MongoDB, Microsoft SQL Server, Oracle, Sybase, SAP HANA, and IBM DB2. A database is not generally portable across different DBMSs, but different DBMS can interoperate by using standards such as SQL and ODBC or JDBC to allow a single application to work with more than one DBMS. Database management systems are often classified according to the database model that they support; the most popular database systems since the 1980s have all supported the relational model as represented by the SQL language.[disputed – discuss] Sometimes a DBMS is loosely referred to as a 'database'.