Best Tutorials website
Latest tutorials

Advertisment

Accessing a Microsoft SQL Server database from PHP running under Linux

Accessing a Microsoft SQL Server database from PHP running under Linux

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.


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

Image Databasing

Image Databasing

This tutorial teaches you how to upload images into a mysql database using PHP.


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

.htaccess Password Protection

.htaccess Password Protection

Learn how to super protect your files without the use of mySQL.


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

Add a Row to mySQL

Add a Row to mySQL

Learn how to add a row to a mySQL database using a PHP form.


Views: 478 | Rating star | by Sarah
PHP - Database Related

Delete a Row From mySQL

Delete a Row From mySQL

Learn how to remove a row in mySQL using the power of PHP.


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

Displaying a Database

Displaying a Database

Learn a quick and easy way to display information from a mySQL database.


Views: 486 | Rating star | by Brad
PHP - Database Related

Edit a Row In mySQL

Edit a Row In mySQL

Learn how to edit a row in mySQL using the power of PHP.


Views: 525 | Rating star | by Colin
PHP - Database Related

mySQL Search Engine

mySQL Search Engine

Learn how to make a search engine using the power of PHP and mySQL.


Views: 523 | Rating star | by Marry
PHP - Database Related

Working with Flat Files

Working with Flat Files

Flat Files are simple text files or any other file used to store information.


Views: 517 | Rating star | by John
PHP - Database Related

PHP DB Admin Control

PHP DB Admin Control

This is a small web based database administration code using PHP 4+ and mySQL database.


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

MySQL & PHP Basics

MySQL & PHP Basics

A breif description of each way of using a mysql database with php coding.


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

Using Object Oriented Programming to interface with MySQL

Using Object Oriented Programming to interface with MySQL

How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.


Views: 401 | Rating star | by Ben
PHP - Database Related

Connect to a Database (with optimization for multiple databases)

Connect to a Database (with optimization for multiple databases)

Allow your scripts to connect to the database. This tutorial presents a simple way to optimize the code organization to connect to several...


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

Create MySQL Table and Insert Data

Create MySQL Table and Insert Data

This Massive User Registration tutorial covers all the aspects of preparing a user registration process (Form creation, form processing and...


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

Displaying Fields and Data of a MySql Table in PHP

Displaying Fields and Data of a MySql Table in PHP

This example shows how to display the data values from the columns of a search result from a MySql query in an HTML table.


Views: 472 | Rating star | by Slicer
PHP - Database Related

PHP and Javascript: Dynamic update with MySQL

PHP and Javascript: Dynamic update with MySQL

This tutorial shows you how to create a Web page that extracts information from a MySQL database without refreshing the page (dynamic update)....


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

Accessing a Database Using PHP/MySQL

Accessing a Database Using PHP/MySQL

How to make a mysql connection, select a database, query the database, count the rows and use the information within the rows


Views: 456 | Rating star | by John
PHP - Database Related

MySQL Record Pagination

MySQL Record Pagination

How to give your users the benifit of putting the results of their query on different pages


Views: 529 | Rating star | by Steve
PHP - Database Related

Backup mysql data using PHP in Windows

Backup mysql data using PHP in Windows

How to backup MySQL data using PHP in a Windows environment (Windows Vista, 2003, XP, 2000, NT).


Views: 399 | Rating star | by Isac
PHP - Database Related

Making Data Dynamic

Making Data Dynamic

One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other...


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