H I O X INDIA
Online PHP Tutorial
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

PHP Topics
Introduction
Syntax
Data Types
Variables
Operators
Control Structures
Functions
Pre-defined Function
Calendar Functions
Date and Time
Array Functions
Array Functions List1
Array Functions List2
Math Functions
PHP Mysql Functions
File Handling
Error Handling
DB Size
PHP Mail
String Tokens
String Functions
String Functions List1
String Functions List2
Session Functions
Cookies Functions
Form Variables
Running PHP from JS
Array To JS
Array to PHP
Encryption
Common Header
Ask Your Doubts
More about PHP
Feedback




mysql_change_user() Function in PHP


Topic

What is mysql_change_user function in PHP?
How does mysql_change_user() works?




Explanation

This mysql_change_user() function in php Change logged in user of the active connection.

Syntax

int mysql_change_user(string user, string password[,
string database[, resource link_identifier]])

mysql_change_user() changes the logged in user of the current active connection, or the connection given in the optional link_identifier parameter. If a database is specified, this will be the current database after the user has been changed. If the new user and password authentication fails, the current connected user stays active.

If the link identifier is not specified, the last link opened by mysql_connect() function is assumed. If no such link is found, it will try to create one as if mysql_connect() was called with no arguments. If by chance no connection is found or established, an E_WARNING level warning is generated.

This function is deprecated and no longer exists in PHP.





privacypolicy     licence     sitemap
(c) copyright, 2004 hioxindia.com