123funda
Mar 9 2009, 10:27 AM
i have a site which is hosted in 110mb and and having no paying feature so i am not having any database i want to launh a chat room or forum for my site for my user and there is no site allow me for this can any one tell me what are the the benifits for a database and Text base. also please tell me how i resolve my this problem.
------------------------------------------------
urdu poetry, urdu jokes science articles
www.UrduWorld.110mb.Com
Jenniferlinn
Mar 12 2009, 06:55 AM
A database is a structured collection of records or data that is stored in a computer system. The structure is achieved by organizing the data according to a database model. The model in most common use today is the relational model.In a relational database, all data are stored and accessed via relations. Relations that store data are called "base relations", and in implementations are called "tables".MySQL is a relational database management system (RDBMS). MySQL is popular for web applications and acts as the database component of the LAMP, BAMP, MAMP, SAMP, and WAMP platforms and for open-source bug tracking tools like Bugzilla. Its popularity for use with web applications is closely tied to the popularity of PHP, which is often combined with MySQL.