Carte okay
This commit is contained in:
parent
1ffe2763d4
commit
9baff57598
@ -44,7 +44,7 @@ foreach ($calendrierLinks as $link) {
|
||||
<title>Formulaire de sélection</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="map.php" method="GET">
|
||||
<form action="map.php" method="POST">
|
||||
<label for="calendrier-list">Sélectionnez un élément :</label>
|
||||
<select name="calendrier" id="calendrier-list">
|
||||
<?php foreach ($calendrier as $item) : ?>
|
||||
|
2
map.php
2
map.php
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// URL de la page à analyser
|
||||
$url = $_GET['calendrier'];
|
||||
$url = $_POST['calendrier'];
|
||||
// $url = 'https://www.sabradou.com/index.php';
|
||||
|
||||
// Récupération du contenu de la page
|
||||
|
Loading…
Reference in New Issue
Block a user