1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


Sorry, but your account doesn't have permission to do that.

PHP: Querying Information from MySQL Tables with SELECT

  1. Clicks today:
    0
  2. Clicks this month:
    1
  3. Overall rating:
    3.67/5

PHP » Database Interactions — over 3 years ago
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

Comments

Your Comment

You must be logged in to post a comment.