PHP Script Tips - Working with MySQL Database
http://dev.fyicenter.com/faq/php/php_working_with_my
sql.html
A collection of 21 tips on working with MySQL database.
Clear
explanations and tutorial exercises are provided on
connecting and
selecting MySQL database, creating and dropping tables,
inserting,
updating, and deleting rows, selecting and looping through
data rows,
searching by key words, setting auto-increment IDs. Topics
included in
this collections:
How To Install MySQL?
How To Use MySQL Command Line Interface?
What Do You Need to Connect PHP to MySQL?
How To Connect to MySQL from a PHP Script?
How To Create a Database?
How To Select an Exiting Database?
How To Run a SQL Statement?
How To Create a Table?
How To Get the Number of Rows Selected or Affected by a SQL
Statement?
How To Insert Data into a Table?
How To Insert Rows Based on SELECT Statements?
What Is a Result Set Object?
How To Query Tables and Loop through the Returning Rows?
How To Update an Existing Rows in a Table?
How To Delete an Existing Rows in a Table?
How To Quote Text Values in SQL Statements?
How To Quote Date and Time Values in SQL Statements?
How To Perform Key Word Search in Tables?
How To Query Multiple Tables Jointly?
How To Get the ID Column Auto-Incremented?
How To Get the Last ID Assigned by MySQL?
please visit this Website:
http://dev.fyicenter.com/faq/php/php_working_with_my
sql.html
Thank you,
Team DEVFYI - Developer Resource FYI
http://dev.fyicenter.com/
a>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Php/MySQL Developement" group.
To post to this group, send email to
Php-Mysql-Developement googlegroups.com
To unsubscribe from this group, send email to
Php-Mysql-Developement-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/Php-Mysql-Developement
-~----------~----~----~----~------~----~------~--~---
|