-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.php
29 lines (25 loc) · 832 Bytes
/
test.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html>
<head>
<title>Connexion à MySQL avec PDO</title>
<link rel="stylesheet" href="..\css\texte.css">
<link rel="stylesheet" href="..\css\texte.css">
<link rel="icon" href="../image/icon.png" />
<script src="https://unpkg.com/[email protected]/js-image-zoom.js"></script>
<script src="./js/produit.js"></script>
<meta charset="utf-8">
</head>
<body>
<div class="menuBG fishBG">
<?php include('../php/header.php'); ?>
</div>
<h1>Interrogation de la table fish avec PDO eae</h1>
<button onclick="afficher()"> Afficher/Masquer les stocks </button>
<?php
include './php/categorie/catfish.php' ;
?>
<SCRIPT LANGUAGE="Javascript">
cacher();
</SCRIPT>
</body>
</html>