|
|
|
SQL Tutorial
|
PHP SQL Select
PHP SQL Select is used to execute mysql select query in the php application. The PHP SQL Select uses mysql_select_db () function that set the active MySQL database.
View Rating |
|
|
SQL Tutorial
|
MySQL Area
This example illustrates how to find the area of rectangle in MySQL. In this example we create a procedure to find the area of rectangle.
View Rating |
|
|
SQL Tutorial
|
PHP SQL Update
PHP SQL Update is used to execute the mysql _update () function that modify the table structure and set the new value for the existing value on the condition specified in Where Clause.
View Rating |
|
|