What is mysql get client info in PHP
In this article I am going to explain about mysql_get_client_info function in PHP.
PHP mysql_get_client_info() Function
The PHP mysql_get_client_info function is used to returns mysql client information.
Syntax of mysql_get_client_info function
Example of mysql_get_client_info function
<?php
echo "MySQl client information:".mysql_get_client_info();
?>
|
Output:

You may also want to read these related articles :here
Ask Your Question
Got a programming related question? You may want to post your question here
Programming Answers here