 | PHP and MySQL examples |
| The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned. |
| PHP Tutorials > Database Related |
| |
 | Sorting Database Results with PHP |
| This tutorial will show you how to display data from a database and allow the user to sort it. |
| PHP Tutorials > Database Related |
| |
 | MySQL Basics |
| This tutorial teaches you how to perform all the main functions of sql into mysql in a simple manner. MySQL is often the backbone of an site, it powers most forums, guestbooks etc, in this tutorial I will teach how things can be done with it. |
| PHP Tutorials > Database Related |
| |
 | Outputting any MySQL table in HTML format |
| Find out and learn this beautiful technique how to output any MySQL table to the HTML page. The source code shown here will teach you how to create a function that is useful on any web site having MySQL backend database. |
| PHP Tutorials > Database Related |
| |
 | Configuring PHP with ORACLE 8i Support |
| This article will briefly describe how to compile PHP with ORACLE 8i support. The author writes "when i try to compile php with oracle support on Solaris 2.6 i got lots of problems. after tedious search in internet i have found solution. I have following |
| PHP Tutorials > Database Related |
| |
 | Retrieving Data from an MySQL database |
| This is an introductory tutorial for getting data from a database. It is based on a script I began to write and will take you through displaying usernames on the screen in the form of a member list. |
| PHP Tutorials > Database Related |
| |
 | PhpNets User Registration (db) |
| So you want to have the option to let users register on your website and have their information strored in a database? Well, you've come to the right place! We will explain in detail how to create a user registration and login script from the ground up. S |
| PHP Tutorials > Database Related |
| |
 | Displaying Data In A MySQL Database |
| This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quick |
| PHP Tutorials > Database Related |
| |
 | Slash 'em: The War Against Magic Quotes |
| Those little quotes ' are the one of PHPs demons. Learn the right way to deal with them, to allow your code to be portable to any PHP configuration, and save yourself from have hese appear all over your posts. |
| PHP Tutorials > Database Related |
| |
 | Static HTML Generation With PHP and MySQL |
| Want to reduce the load that MySQL has on your web server? Generating Static HTML pages to replace queries is the solution. Read this tutorial to learn how. |
| PHP Tutorials > Database Related |
| |
 | PostgreSQL and PHP Tutorial |
| This is a nice tutorial on how to use PostgreSQL and PHP together. Topics covered include: Installation of PostgreSQL, PHP, and Apache, A Brief Introduction and Basic Commands, Different Types of Data, Retrieving Data from a Database, Inserting Data into |
| PHP Tutorials > Database Related |
| |
 | Creating Database Error Messages |
| Ever see the little errors of unable to find a file that is stored in mysql? Well you can use this tutorial to add a little message so the viewers know whats going on. |
| PHP Tutorials > Database Related |
| |
 | Fetching data from mysql and displaying it in tabl |
| Quick and easy tutorial allowing you to connect to database, query it and display the result in tables. |
| PHP Tutorials > Database Related |
| |
 | PhpMini Mysql |
| This tutorial will give you a better explanation of how the mysql works with PHP! |
| PHP Tutorials > Database Related |
| |
 | PHP/MySQL Basic Tables Tutorial |
| The tutorial is a introduction to using PHP for managing a table in a MySQL database. It shows how to use PHP to create a table, and shows the integration of HTML/PHP for adding data to the table, modifying and deleting data using a browser. |
| PHP Tutorials > Database Related |
| |
 | Dreamweaver MX/MySql Jump Menu |
| This article explains how to make a Dynamic Jump menu in Dreamweaver MX with PHP. It was adapted from the tutorial at http://www.dmxzone.com/ShowDetail.asp?NewsId=3218 |
| PHP Tutorials > Database Related |
| |
 | Connecting to a mySQL database |
| This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP, SHOW available tables, Using telnet to CREATE tables, How to INSERT, QUERY, UPDATE, and DELETE rows in a table, |
| PHP Tutorials > Database Related |
| |
 | Adding Rows into mySQL from a web interface |
| This simple tutorial shows how to enter a data from a web form to mySQL database using the power of PHP. |
| PHP Tutorials > Database Related |
| |
 | 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 |
| |