Categories
Tags → Php And Access Database

Pagetool

Pagetool is a web-based CMS that stores pages in a MySQL database. Pages are modified and media files uploaded via html forms. Main page options include: public/private setting; edit permissions on a group basis; HTML or PHP code; autohtml; a choice ...
DETAILS

WAPpop

Mobile Phone users have an access to the Phone services while on move, but they should have a computer in order to have a look at their e-mail. WAPpop was written keeping the above problem in mind so that they can have POP access,to have a glance on ...
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

Building a Database-Driven Web Site Using PHP and MySQL

It''s time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything you''ll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting...
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

K PHP Develop

K PHP Develop is an integrated Web developement tool, something like MS Interdev. It was designed for team work. K PHP Develop contains three modules: Server, Server Setup, Client and plugins for accessing database servers supporting PostgresSQL, MyS...
DETAILS

Interfacing With MS Access 97+

Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database.
DETAILS

MySQL and PHP

PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some situations. In this tutorial, you will learn how to access MySQL using PHP. Main topics include: Creat...
DETAILS

Metabase

Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...
DETAILS

Page:
©2003-2008 jCay.com