 | LDAP to SQL |
| The author writes: Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didn't take long to realize - I'd have to use PHP to talk to LDAP, pull |
| PHP Tutorials > Database Related |
| |
 | SQL Theory & How-To |
| This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input. |
| PHP Tutorials > Database Related |
| |
 | PhpMyAdmin Tutorial: Transformations & PDF-Feature |
| After having worked through this tutorial you will be able to: * know how the additional phpMyAdmin features using special seperate tables work and how to set them up * store pictures inside a MySQL table and view them from within phpMyAdmin * put specifi |
| PHP Tutorials > Database Related |
| |
 | Are PHP and MySQL the Perfect Couple? |
| Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they're the perfect couple. This is ore of an introductory article on PHP and MySQL covering such topics as features of PHP and MySQL, and how to use PHP to interact with MySQL |
| PHP Tutorials > Database Related |
| |
 | SQL Database Function Wrappers |
| When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection. This article shows how to create functions that will eliminate this redundan |
| PHP Tutorials > Database Related |
| |
 | Modified Preordered Tree Traversal (Hierarchical D |
| This tutorial covers how to store and access hierarchical data in a database without any recursion. The method used results in extremely fast presentation. It also builds an OOP class to abstract the data handling. |
| PHP Tutorials > Database Related |
| |
 | PHP/MySQL Tutorial |
| Get started in Web databasing the open source way. This three-lesson tutorial covers everything you need to know to begin developing database hubs. Lesson 1 gives instructions for installation on both Unix and Windows, and then goes on to show some simple |
| PHP Tutorials > Database Related |
| |
 | MySQL query execution time |
| This interemediate tutorial shows you a way to capture time spent for MySQL tasks. Find out how to output page generation time and percent when MySQL was running. |
| PHP Tutorials > Database Related |
| |
 | MySQL: Add a Row |
| A tutorial that gets you started adding thing to a database. Provides working code. |
| PHP Tutorials > Database Related |
| |
 | Simple MySQL Connection |
| This will allow you to connect to a MySQL database in PHP with ease. It gives you the options to use either a mysql_connect, or mysql_pconnect, with full explanations of each. Enjoy. |
| PHP Tutorials > Database Related |
| |
 | PHPLIB and multiple databases |
| This 6-page article explains how to create an extension to PHPLIB to work with multiple databases. You may find this article helps you extend PHPLIB in other ways. Read this article to the end and then think about situations where PHPLIB performs 98% of w |
| PHP Tutorials > Database Related |
| |
 | MySQL: Delete a Row from MySQL |
| A short tutorial that show how one deletes a row from a MySQL table. Assumes a little php knowledge and a small understanding of what a database is. |
| PHP Tutorials > Database Related |
| |
 | Access Granted |
| The author writes "mySQL comes with a pretty powerful security system, the grant tables, which allows database administrators to precisely control access to databases, tables and even specific rows and columns." This article describes how the five grant t |
| PHP Tutorials > Database Related |
| |
 | Newest MySQL manual in HTML Help (.chm) |
| Everyone who likes MS HTML Help (.chm extension) can now obtain complete conversion of MySQL manual into this format. This conversion tries to bring additional functionality and make using of MySQL manual more comfortable. |
| PHP Tutorials > Database Related |
| |
 | 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. |
| PHP Tutorials > Database Related |
| |
 | PHP MySQL Tutorial |
| This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, Content Management System (CMS) etc. |
| PHP Tutorials > Database Related |
| |
 | Accessing a Microsoft SQL Server database from PHP |
| This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box. |
| PHP Tutorials > Database Related |
| |
 | PHP Basic Affiliate Script |
| This tutorial introduces you to using mySQL with PHP. TOPICS: Connect,Add,Edit, and View database information. Also teaches you how to make a "Link to Us" script so people can affiliate with you effortlessly. |
| PHP Tutorials > Database Related |
| |
 | Database Driven Pagination Script |
| This is a database driven pagination tutorial. Pagination refers to when return results are broken up into pages. For example when say a search returns 100 results but 10 results per page is desired and links to the other pages with 10 more results are ge |
| PHP Tutorials > Database Related |
| |
 | 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 re... |
| PHP Tutorials > Database Related |
| |