"; ?> Server information

MySQL Server Information

The database server is not available

"); print "

MySQL client version: " . mysql_get_client_info() . "

"; print "

MySQL connection: " . mysql_get_host_info($DBconnect) . "

"; print "

MySQL protocol version: " . mysql_get_proto_info($DBconnect) . "

"; print "

MySQL server version: " . mysql_get_server_info($DBconnect) ."

"; mysql_close($DBconnect); ?>