GeekArticles
Web Programming
PHPTalking to Databases
Author: devshed.com |
Published: 10th Aug 2005 |
Visited: 223 times |
Add CommentFiled in: PHPBy Kai Voigt September 20, 1999 Introduction When the WWW was born, a webserver basically could sent out static HTML files which resided on the harddisk. Soon, CGI programs and other programming features like PHP and ASP made web documents dynamic. A common task for a webserver today is to get an HTTP request from somewhere in the world, connect to a database and respond with a presentation of the fetched data. This article is about Roxen Challenger´s way to talk to databases and how to...n
Read Article Sponsored Links
Related Articles
• Next-Generation Object-Oriented Databases
Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the open-source object database db4o. In this interview with Artima, Gafni explains how OO databases support agile development, and how they co-exist wit ...
• import dump between two databases Hi Tom,
How are you doing??
i have a question regarding import dump utility.
i need to import a full database using import dump utility.
could you please tell how do i take a import dump bakup between two databases???
Thanks in advance,
Da ...
• Talking Clipboard An application that automatically speaks the contents of the Windows clipbo ...
• multiple databases in a single RAC cluster Hi Tom,
we are planning to create our development database tier as 3-Node Oracle RAC cluster with 4 databases
like
Four databases
--------------
- DB1
- DB2
- DB3
- DB4
<b>Node1</b>: (DB1 with instance DB11)+(DB2 with instance DB21 ...
• Avoiding Blocking Issues in ASP.NET Session State Databases As soon as ASP.NET systems grow to the point that more than a single Web server needs to be deployed, decisions need to be mode about where the session state will be held. By default, ASP.NET session state lives in the memory of the server hosting the application. The problem with this is that a use ...