Categories
Tags → Php Database Connection

Free PHP / SQL FAQ Script

Simply upload the Free PHP / SQL FAQ files to a directory on your PHP enabled server, edit the included file Local_Settings.php and enter in the relevant info for your site, including your database connection info. Then run the SQL Table Creator scri...
DETAILS

MySQL - Connecting PHP to Database

This article provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
DETAILS

PHP Database Integration With MySQL

One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to My...
DETAILS

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
DETAILS

How to connect to MS SQL Server database

Before you can get content out of your MS SQL database, you must know how to establish a connection to MS SQL Server from inside a PHP script. This tutorial describes how to connect to MS SQL database with a DSN and without a DSN.
DETAILS

PHP5 Calendar

PHP Calendar is a plug-in script written in PHP5 that a webmaster can easily integrate in an existing web-based Information System. It enables the user to easily navigate and select dates. If an array of data is passed to the calendar, it can also ga...
DETAILS

PHP Class Generator

The PHP Class Generator is a small windows desktop application that allows a PHP programmer to generate Entity classes from a MySQL database table. For instance, if the user has a table in his or her MySQL database called customers. With this app, th...
DETAILS

CVPFrameWork

CVPFrameWork is a complete framework solution for PHP developers. It''s based on object modeling in PHP5. It includes: - Set of Native Objets like String, Integer, Vector... - Complete exception handler system - Connection to remote soc...
DETAILS

Merlin Web Application Framework

&"Merlin Web Application Framework&" is a framework for stateful web-based events driven applications written in php. &"Merlin Web Application Framework&" uses PEAR for the data layer and SMARTY template engine for...
DETAILS

Simple Connection to MySQL

The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL u...
DETAILS

Page:
©2003-2008 jCay.com