Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Print all MySQL status value

Sun Oct 26, 2008 7:21 pm

Code:
<?php

   mysql_connect("mysql153.secureserver.net","java2s","password");

   $status = explode(' ', mysql_stat());
   foreach($status as $value) echo $value."<br />";

?>





Post a reply
  Related Posts  to : Print all MySQL status value
 status Progress bar     -  
 Status Bar Link Description javascript code     -  
 Typing Status Bar Text javascript code     -  
 Solution to Error status zero when using Ajax with JQuery     -  
 show loading status message until the applet is fully loaded     -  
 Help for Print using php     -  
 Print the ASCII Set     -  
 print element in 2d matrix     -  
 Get union of two arrays set and print it     -  
 Print all files in a directory     -