
Advertisment
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: 1077 |
| by Daniel
PHP - Database Related
Image Databasing
This tutorial teaches you how to upload images into a mysql database using PHP.
Views: 685 |
| by Nick
PHP - Database Related
.htaccess Password Protection
Learn how to super protect your files without the use of mySQL.
Views: 340 |
| by Nick
PHP - Database Related
Add a Row to mySQL
Learn how to add a row to a mySQL database using a PHP form.
Views: 675 |
| by Sarah
PHP - Database Related
Delete a Row From mySQL
Learn how to remove a row in mySQL using the power of PHP.
Views: 736 |
| by Tutorial
PHP - Database Related
Displaying a Database
Learn a quick and easy way to display information from a mySQL database.
Views: 708 |
| by Brad
PHP - Database Related
Edit a Row In mySQL
Learn how to edit a row in mySQL using the power of PHP.
Views: 723 |
| by Colin
PHP - Database Related
mySQL Search Engine
Learn how to make a search engine using the power of PHP and mySQL.
Views: 733 |
| by Marry
PHP - Database Related
Working with Flat Files
Flat Files are simple text files or any other file used to store information.
Views: 732 |
| by John
PHP - Database Related
PHP DB Admin Control
This is a small web based database administration code using PHP 4+ and mySQL database.
Views: 703 |
| by David
PHP - Database Related
MySQL & PHP Basics
A breif description of each way of using a mysql database with php coding.
Views: 674 |
| by Adam
PHP - Database Related
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: 594 |
| by Ben
PHP - Database Related
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: 702 |
| by Daniel
PHP - Database Related
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: 687 |
| by Mark
PHP - Database Related
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: 672 |
| by Slicer
PHP - Database Related
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: 550 |
| by Adam
PHP - Database Related
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: 647 |
| by John
PHP - Database Related
MySQL Record Pagination
How to give your users the benifit of putting the results of their query on different pages
Views: 722 |
| by Steve
PHP - Database Related
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: 596 |
| by Isac
PHP - Database Related
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: 630 |
| by Mark
PHP - Database Related
