|
Updating, Inserting and Deleting data with MySQL |
|
|
|
|
Written by administrator
|
|
Wednesday, 10 September 2008 |
This tutorial covers the basics of using MySQL to update existing records and insert new records into a table using PHP
There is also a section on auto-incrementing values and table indexes to improve performance Visit the tutorial: |
|
Read more...
|
|
|
Querying Information from MySQL Tables with SELECT |
|
|
|
|
Written by administrator
|
|
Wednesday, 10 September 2008 |
A query in MySQL is an expression which we can send to the database which returns a specific set of results based on the values and conditions we?ve set in the query string. In less technical terms, you can think of it as a statement which defines a question that we wish to ask the database.
This tutorial covers the basics of querying a MySQL database from PHP to get result sets from queries Visit the tutorial: |
|
Read more...
|
|
|
Column and Data Types in MySQL |
|
|
|
|
Written by administrator
|
|
Wednesday, 10 September 2008 |
This tutorial introduces you to some of the basic datatypes MySQL uses to store your data. There are also a few tips about data management in MySQL Visit the tutorial: |
|
Read more...
|
|
|
Edit data from a database |
|
|
|
|
Written by administrator
|
|
Tuesday, 09 September 2008 |
A tutorial to edit existing data from a MySQL database.
Before you can edit any data you need to select it you can select the item to be edited by using it?s ID from the table it is in. Visit the tutorial: |
|
Read more...
|
|
|
Login Script with Validation |
|
|
|
|
Written by administrator
|
|
Tuesday, 09 September 2008 |
login tutorial with validation to safely log your users into your site. Visit the tutorial: |
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 11 - 20 of 408 |