Best Tutorials website
Latest tutorials

Advertisment

Modeling and Designing Relational Databases

Modeling and Designing Relational Databases

Planning and designing a database is the essential first step to developing a web database application. In this tutorial, we introduce database...


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

Creating an object oriented MySQL abstraction class

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions...


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

PHP Database Integration With MySQL

PHP Database Integration With MySQL

One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at...


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

 	PHP Game Creation - Simple Ranking System

PHP Game Creation - Simple Ranking System

This tutorial is a SIMPLE rank / top players system for beginner users that updates once every hour or so (or however often you set it to).


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

PHP and MySQL

PHP and MySQL

Learn PHP with MySQL starting from database connection till updation and deletion operations.


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

Counting records in PHP/mySQL

Counting records in PHP/mySQL

Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected...


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

How to Install phpMyAdmin on your Server

How to Install phpMyAdmin on your Server

This easy to understand tutorial goes through all the basics of installing phpMyAdmin on your own server. It covers everything you need to know to...


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

Caching your pages with PhP

Caching your pages with PhP

Some ways to reduce the overhead in your server, using caching techniques.


Views: 457 | Rating star | by Troy
PHP - Database Related

PHP/mySQL tutorial

PHP/mySQL tutorial

A tutorial on connecting, disconnecting, inserting and retrieving data with a mySQL DataBase.


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

How to Access a MySQL Database Using PHP

How to Access a MySQL Database Using PHP

In this tutorial I will show you how to display data from a MySQL database on a web page using PHP. This is part two in our MySQL database...


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

Useful Database Functions Part 2

Useful Database Functions Part 2

The second part of the database functions tutorial will teach you how to retrieve data from a MySQL table. Assuming you have completed the first...


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

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database...


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

Simple Search Engine with PHP and MySQL

Simple Search Engine with PHP and MySQL

There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help...


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

Connecting to a MySQL Database with PHP

Connecting to a MySQL Database with PHP

A guide on how to connect to a MySQL Database using PHP.


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

Exportar MySQL a Excel

Exportar MySQL a Excel

Paso a paso como exportar nuesrta base de datos Mysql a Excel. Ejemplo para bajar y online.


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

Adding Commas to Large Numbers in PHP

Adding Commas to Large Numbers in PHP

Learn how to implement the simple PHP number_format function so that you can format large numbers with commas after every 3 digits for ease of...


Views: 548 | Rating star | by Mathew
PHP - Database Related

Create a Table Row With a Form

Create a Table Row With a Form

This tutorial will teach you how to insert a new database row using a form. This can be very helpful in creating scripts such as user login, email...


Views: 543 | Rating star | by Troy
PHP - Database Related

Storing a PHP Array in a MySQL Database

Storing a PHP Array in a MySQL Database

Although there isn't an explicit MySQL data type for arrays or list data, you can store PHP arrays as strings within a MySQL database using...


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

PHP MySQL by examples

PHP MySQL by examples

Learn by examples how to manipulate your database using PHP


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

An Introduction to MySQL

An Introduction to MySQL

Very informative infromation when firt learning Databases with PHP.


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