PHP MYSQL functions helps to connect to the database in MySQL software.
These are some of the most frequently used function names :
mysql_connect — Open a connection to a MySQL Server
mysql_create_db — Create a MySQL database
mysql_error — Returns the text of the error message from previous MySQL operation
mysql_fetch_array — Fetch a result row as an associative array, a numeric array, or both
mysql_num_rows — Get number of rows in result
mysql_query — Send a MySQL query
mysql_tablename — Get table name of field
mysql_close — Close MySQL connection
Home » sql » Some useful PHP MYSQL functions
24 October 2010
Some useful PHP MYSQL functions
Other Recommended Posts on php, sql
- How to Subtract Two values in SQL query
- Get the dayname of current week using SQL with system function
- PHP MySQL data not showing from result after query
- Some useful PHP MYSQL functions
- Get ip address using PHP
- Using JSON inside PHP
- PHP $$variable Double dollar sign Meaning
- Write HTML in PHP
- List of PHP ODBC functions
- Write PHP code inside HTML file
- Short Note on Types of Array in PHP
- How to Replace space with Dash in PHP
- php File Upload - Tutorial with Example
- How to decode JSON using PHP5 for Facebook application
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment