Best Tutorials website
Latest tutorials

Advertisment

Creating and accessing MySQL data with PHP

Creating and accessing MySQL data with PHP

This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database....


Views: 884 | Rating star | by Donald
PHP - Database Related

Start Using MySQL

Start Using MySQL

A Brief introduction in how to use MySQL, Great tutorial for beginners.


Views: 1065 | Rating star | by Amy
PHP - Database Related

phpMyAdmin Tutorial: Transformations & PDF-Features

phpMyAdmin Tutorial: Transformations & PDF-Features

After having worked through this tutorial you will be able to: * know how the additional phpMyAdmin features using special seperate tables work and...


Views: 923 | Rating star | by Daniel
PHP - Database Related

PHP and mySQL Introduction

PHP and mySQL Introduction

A detailed introduction to PHP and mySQL interaction. Includes detailed comments to help newbies get used to PHP and understand what is happening...


Views: 971 | Rating star | by Jason
PHP - Database Related

Newest MySQL manual in HTML Help (.chm)

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...


Views: 933 | Rating star | by Tutorial
PHP - Database Related

Counting Rows

Counting Rows

You might want to be able to count the number of rows within a database table to show useful information to users. This has been done on the...


Views: 1005 | Rating star | by Source
PHP - Database Related

A Framework for Persisting Data Relationships

A Framework for Persisting Data Relationships

This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.


Views: 880 | Rating star | by Nick
PHP - Database Related

Building database table handlers in PHP using OO approach

Building database table handlers in PHP using OO approach

OO approach described in this article help to create 'data layer' in minutes if not seconds and make code more understandable and...


Views: 849 | Rating star | by Mark
PHP - Database Related

PHP/MySQL database search

PHP/MySQL database search

Got a MySQL database with content within it? Want to be able to search it and display paged search results on screen? This tutorial and script will...


Views: 1008 | Rating star | by Source
PHP - Database Related

Web Database Tutorial (PHP & MySQL)

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...


Views: 1010 | Rating star | by Daniel
PHP - Database Related

Sorting Database Results with PHP

Sorting Database Results with PHP

This tutorial will show you how to display data from a database and allow the user to sort it.


Views: 979 | Rating star | by Tutorial
PHP - Database Related

Database Abstraction with PEAR

Database Abstraction with PEAR

So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company...


Views: 966 | Rating star | by Nick
PHP - Database Related

Multicolumn Output from a Database with PHP

Multicolumn Output from a Database with PHP

Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.


Views: 878 | Rating star | by Mark
PHP - Database Related

Tips on Writing Portable SQL for Multiple Databases with PHP

Tips on Writing Portable SQL for Multiple Databases with PHP

If you are writing an application that is used in multiple environments and operating systems, you need to plan to support multiple databases. This...


Views: 872 | Rating star | by Jason
PHP - Database Related

Slash 'em: The War Against Magic Quotes

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...


Views: 0 | Rating star | by Simon
PHP - Database Related

Alternating row colors with PHP and mySQL

Alternating row colors with PHP and mySQL

A quick tutorial explaining how to alternate table row colors using PHP and MySQL.


Views: 926 | Rating star | by David
PHP - Database Related

Previous and Next Links

Previous and Next Links

After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.


Views: 978 | Rating star | by Daniel
PHP - Database Related

Configuring PHP with ORACLE 8i Support

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...


Views: 1001 | Rating star | by Donald
PHP - Database Related

Jump into PHP and MySQL web programming

Jump into PHP and MySQL web programming

This is a short tutorial on how to program in PHP and MySQL. Covers several MySQL functions via telnet command, and a short example on using PHP...


Views: 1031 | Rating star | by Sean
PHP - Database Related

Using PHP with ODBC

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...


Views: 988 | Rating star | by Adam
PHP - Database Related