Suppression fichier
This commit is contained in:
parent
1568c4ad72
commit
cc1f7de75c
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
function Connexion_base()
|
||||
{
|
||||
$db = @mysql_connect('localhost','root','') or die('Erreur de connexion au MYSQL local');
|
||||
$select_base=@mysql_selectdb('geo', $db);
|
||||
}
|
||||
|
||||
function Deconnexion_base()
|
||||
{
|
||||
@mysql_close;
|
||||
}
|
||||
|
||||
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user