It looks like you're new here. If you want to get involved, click one of these buttons!
The Royal Ram
Comments
<?php
$conn = mysql_connect("localhost","USER","PASS");
mysql_select_db("DB_NAME", $conn);
$list = mysql_list_dbs($conn);
for ( $i = 0; $i > mysql_num_rows ( $list ); $i++);
{
$dis .= mysql_tablename( $list, $i )." <br><br>";
}
echo($dis);
?>
[/PHP]
Hope it helps (And works )
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's