Eléphanteau du PHP |
22 Messages
04 juin 2020, 11:05
Ok c'est bon pour le problème précédent, mais en voilà un autre qui se pose à moi.
Dans mon système d'enregistrement de valeur dans le planning, j'ai une liste déroulante pour sélectionner un jour :
<label for="jour">Sélectionner un jour :</label>
<select id="jour" name="jour" value="lundi">
<?php
$req1=$bdd->query('SELECT * FROM planning');
while ($donne2=$req1->fetch()) {
?>
<option <?php echo "value='".$donne2['jour']."'"; ?>>
<?php echo $donne2['jour']; ?>
</option>
<?php
}
?>
</select>
Les erreurs associées à cette partie sont les suivantes :
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 175
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
[04-Jun-2020 09:04:05 UTC] PHP Notice: Undefined index: jour in C:\wamp64\www\gestionplanning.php on line 176
[04-Jun-2020 09:04:05 UTC] PHP Stack trace:
[04-Jun-2020 09:04:05 UTC] PHP 1. {main}() C:\wamp64\www\gestionplanning.php:0
Avez-vous une idée de comment pallier à ce problème ?
Merci d'avance