Current Page: 1 of 1
Results 1 - 1 of 1
17 years ago
Dristrillo
<html> <head> <title>Autos</title> </head> <body> <?PHP $link = mysql_connect("localhost", "root", "passx" or die ("Error en la conexion" $lista_bd=mysql_list_dbs($link); while($i= mysql_fetch_object($lista_bd)) { if($i-> Database == 'autos') { echo 'Ya existe la base de datos.'; exit; } } $dbna
Forum: WampServer English
Current Page: 1 of 1