• home
  • forum
  • my
  • kt
  • download
  • MySQL SELECT query from PHP script help, examples, homework, photoshop tutorials, free tutorials, tu

    Author: 2007-09-03 10:49:09 From:

    This tutorial will show you how to use MySQL querys to database in your PHP scripts.

    mysql_query(query, [link_identifier])


    mysql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. If link_identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to establish a link as if mysql_connect() was called with no arguments, and use it.

    In next examples we will teach you how to make more querys.