Categories
Tags → Php Database Tutorial

Using PHP with ODBC

This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.
DETAILS

Creativephp

Creativephp is a PHP and DHTML web design resource site. It offers free codes, downloadable programs, and tools. Also features an online versatile user friendly MYSQL Database Manager designed and programmed by the author for managing databases anywh...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Doing Simple DB Abstraction in PHP

This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example.
DETAILS

A Tutorial on Porting MySQL code using ADODB

In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that ...
DETAILS

PHP-Based User Authentication

This tutorial teaches you to initiate user authentication using PHP, and then to authenticate users by matching the value of the global variables $PHP_AUTH_USER, and $PHP_AUTH_PW to a list of valid usernames and passwords. The sample code included wi...
DETAILS

Simple ODBC Connections

PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to data...
DETAILS

Serving Graphical Web Page Counters from a PHP Script

This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
DETAILS

Oracle and PHP

PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
DETAILS

Web Database Tutorial (PHP && MySQL)

This is a tutorial on how to create a web database application using PHP and MySQL on Mac OS X or Linux platforms. The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications ...
DETAILS

Setting Up Database Driven Websites

This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own s...
DETAILS

Page:
©2003-2019 jCay.com