

Advertisment

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: 525 |
| by Tutorial
PHP - Database Related

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: 552 |
| by Sean
PHP - Database Related

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: 618 |
| by Sean
PHP - Database Related

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 |
| by Simon
PHP - Database Related

PHP and MySQL
Learn PHP with MySQL starting from database connection till updation and deletion operations.
Views: 537 |
| by Amy
PHP - Database Related

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: 550 |
| by Slicer
PHP - Database Related

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: 555 |
| by Isac
PHP - Database Related

Caching your pages with PhP
Some ways to reduce the overhead in your server, using caching techniques.
Views: 567 |
| by Troy
PHP - Database Related

PHP/mySQL tutorial
A tutorial on connecting, disconnecting, inserting and retrieving data with a mySQL DataBase.
Views: 552 |
| by Sarah
PHP - Database Related

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: 575 |
| by Nick
PHP - Database Related

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: 529 |
| by Mark
PHP - Database Related

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: 503 |
| by Isac
PHP - Database Related

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: 559 |
| by Colin
PHP - Database Related

Connecting to a MySQL Database with PHP
A guide on how to connect to a MySQL Database using PHP.
Views: 592 |
| by Ben
PHP - Database Related

Exportar MySQL a Excel
Paso a paso como exportar nuesrta base de datos Mysql a Excel. Ejemplo para bajar y online.
Views: 617 |
| by Source
PHP - Database Related

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: 661 |
| by Mathew
PHP - Database Related

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: 659 |
| by Troy
PHP - Database Related

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: 597 |
| by Jason
PHP - Database Related

PHP MySQL by examples
Learn by examples how to manipulate your database using PHP
Views: 707 |
| by Colin
PHP - Database Related

An Introduction to MySQL
Very informative infromation when firt learning Databases with PHP.
Views: 644 |
| by Ben
PHP - Database Related

Most popular (last 7 days)





Highest rated (last 7 days)




