- More (Next , Previous)
This tutorial will show you how to span your sql query over several pages. For example showing only 20 links per page insted of showing all 100 with the appropriate next and previous buttons to navigate the next set of data.
Version: 1.0
http://www.kill-9.dk/ttl_php_more.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- MySQL Administration
MySQL Administration correctly administering the MySQL server, including the manipulation the privilege system, and making intelligent decisions about the capabilities (permissions) given to users.
Price: Free
http://www.devshed.com/Server_Side/MySQL/Administration/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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: Create A Database, Create A Table, Insert Entries Into The Table, and Retrieve All Entries Into The Table.
Price: Free
http://www.phpworld.com/articles/2000.02/mysql_000.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- MySQL and PHP Tutorial
This 7-page online tutorial walks you through step-by-step how to use PHP to interface with a MySQL database. Main topics covered include: How to log into MySQL via telnet, creating tables, how to insert data into MySQL using a form, displaying table contents, how to create a dynamic search form for your database, updating records in table, and more.
Price: Free
http://php.vamsi.net/mysql/index.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- MySQL Table Joins
One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables. There are several benefits to this, including greater ease of manipulation, increased speed of access, and reduced data redundancy. In MySQL (as well as many other SQL languages), this is accomplished via the join command. This tutorial takes a look at several types of the join command including The Cross Join, The Equi-join, The Left Join, and Self-joins.
Price: Free
http://www.devshed.com/Server_Side/MySQL/Join/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- ODBC Socket Server
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
http://www.phpbuilder.com/columns/timuckun20001207.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- ODBC with PHP: Tips and Hints on Windows
ODBC is one of Microsofts earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsofts ADO (which is Microsofts recommended API for 4GL programmers) and DSN-less connections.
Price: Free
http://php.weblogs.com/odbc
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
Price: Free
http://www.phpworld.com/articles/2000.03/oracle_000.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP & MySql Check Box
This tutorial shows how to select information from the database and display it in a check box.
Price: Free
http://www.kill-9.dk/ttl_php_check.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP / Postgresql Examples and Functioning Code
This tutorial explains how to build a PostgreSQL database and manipulate it with PHP. It includes a complete example source for building a phonebook database system. This tutorial assumes that you have both PHP3 and PostgreSQL 6.5 installed and functioning.
Price: Free
http://matrix.linux-help.org/examples/php-post.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
|