|
|
| Add Records [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial will show you how to add records to a MySQL database using PHP 3. This a great way to learn where PHP has come from and how much it has evolved into its latest version PHP 5. Author: Blair Ireland Code: PHP 3.0 |
A MySQL table is completely different than the normal table that you eat dinner on. In MySQL and other database systems, the goal is to store information in an orderly fashion. The table gets this done by making the table up of columns and rows. Author: Tizag Code: PHP 4.0 |
When data is put into a MySQL table it is referred to as inserting data. When inserting data it is important to remember what kind of data is specified in the columns of the table. Author: Tizag Code: PHP 4.0 |
|  | |
This tutorial teaches you how to upload images into a mysql database using PHP. Even though it sounds complicated, it is fairly simple and has many practical applications. One example of an application would be Forum User Images. Author: Wilfried Schobeiri Code: PHP 4.0 |
We have to work backwards in that first we'll have to write the processing for the news before hand, and the form later. Both of these can be done with one PHP script. Lets get started with the processing.
Author: Akash Goel Code: PHP 4.0 |
A few days ago, a user came into #phphelp on UnderNet wanting to know how to insert an array into a database. A simple enough concept, but how exactly does one look up information on the subject? This tutorial will show you how. Author: Brandon Cash Code: PHP 4.0 |
You can get the ID (AUTO_INCREMENT column as primary key) generated after you insert a new record in your table by a simple function "mysql_insert_id()". This tutorial require 1 PHP file and 1 table of mySQL database. Author: PHPSimple Code: PHP 5.0 |
|  | |
With this tutorial, it assume you have basic knowledge in PHP and MySQL. It will teach you how to insert data in to a MySQL database using PHP.
Author: FireThrottle Code: PHP 4.0 |
A saintly combination of PHP and MySQL can come to your rescue. Once you have created a database with a well-defined structure, you can enter records and use those records as refence. This tutorial will show you how to add records into a MySQL database. Author: Amrit Hallan Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|