Database Normalization And Design Techniques
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to 3 Hits |
Comments |
Ratings (0)
Creating and Accessing MySQL Data with PHP
This tutorial will teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. 2 Hits |
Comments |
Ratings (0)
phpMyAdmin Tutorial: Transformations & PDF-Features
Since the 2.5.0 release of phpMyAdmin, you have a completely extensive and powerful way to change the way your data is represented in phpMyAdmin's browsing display. 2 Hits |
Comments |
Ratings (0)
Building Database Table Handlers in PHP Using OO Approach
A table handler is a piece of code that defines all the multiplicity of communications with some certain database table within the application and resides in a separate file. 2 Hits |
Comments |
Ratings (0)
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.. learn how! 2 Hits |
Comments |
Ratings (0)
Creating a Simple SQL Script Executor
In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files. 9 Hits |
Comments |
Ratings (0)
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. 10 Hits |
Comments |
Ratings (0)
Counting Records in PHP / MySQL
This tutorial provides code samples and demonstrates how to count records in a MySQL database table. 11 Hits |
Comments |
Ratings (0)
Get the Size of a MySQL Database with PHP
This simple tutorial will show you how to get the size of a MySQL database using PHP in just a few simple steps. 5 Hits |
Comments |
Ratings (0)
Dumping mySQL Tables to HTML
In this tutorial we are going to expose basic mySQL queries, and how they can be used to print all data from a mySQL table into an HTML table. 5 Hits |
Comments |
Ratings (0)
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. 2 Hits |
Comments |
Ratings (0)
Working with Flat Files
Flat Files are simple text files or any other file used to store information. In this tutorial I will show you how to deal with more complex file functions and data outputting. 2 Hits |
Comments |
Ratings (0)