コード例 #1
0
ファイル: image.php プロジェクト: DIVINIX/ProjetPhp
<?php

require 'classBD.php';
$con = new connexion("ETD", "ETD");
$codeMusicien = $_GET["Code"];
$con->image($codeMusicien);