Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- Best MySQL & PHP Webhosting + save 50%
- κατασκευή ιστοσελίδων
Bookmark :
Links :
domain namessoftware directory
golfing products
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
list all databases on a server
list all databases on a server
<?php
$db = "newdb";
//connect to server with username and password
$connection = @mysql_connect ("localhost","root", "") or die (mysql_error());
//connect to database
$result = @mysql_list_dbs($connection) or die(mysql_error());
$i = 0;
while ($i < mysql_num_rows($result))
{
$name[$i] = mysql_tablename($result, $i);
$dbs = "$name[$i]";
$i++;
echo "$dbs<br>";
}
?>
Books :
Sponsors :
Random Code :
php and java example(php and java)Odd Or even(math)
getprotobynumber function(functions)
Random Article :
PHP Error PagesBring Your Web Site to Life With PHP
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google