|
|
 More Subcategories Available
| Database [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial is intended for those developers who come across the situation where they need to cater for what is known as a 'many-to-many' relationship. This tutorial will show a technique that has been successful for me for many years. Author: Tony Marston Code: PHP 4.0 |
Ok, we now have our data in the database, so how do we actually put this data to use? Ok, we now have our data in the database (if you don't know what I'm talking about, see last weeks informant). Author: Blair Ireland Code: PHP 3.0 |
MySQL is the most popular open source database server in existence. On top of that, it is very commonly used in conjunction with PHP scripts to create dynamic and powerful server applications. Author: Tizag Code: PHP 4.0 |
|  | |
This lesson covers the different options you have available to you for administering your MySQL service after it is successfully installed. If you already have that base covered feel free to skip on to the next lesson. Author: Tizag Code: PHP 4.0 |
Thus far we have only been getting data from one table at a time. This is fine for simple takes, but in most real world MySQL usage you will often need to get data from multiple tables in a single query. Author: Tizag Code: PHP 4.0 |
In the previous lesson Mysql Joins we learned how to do a basic join of two tables. This lesson will teach you how to do a specialized join: left join.
Author: Tizag Code: PHP 4.0 |
If you're storing anything in MySQL databases that you do not want to lose, chances are you should be doing weekly or even daily backups. You may or may not know that MySQL databases are just files that are stored on your web server. Author: Tizag Code: PHP 4.0 |
|  | |
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records.If query is true, returning value must pass to mysql_fetch_array(). Author: Dotnetindex.com Code: PHP 5.0 |
This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way. It will show you how to connect to a database, pull data from rows. Author: skyhawk133 Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|