Petit souci dans recup donnée form!!
sniper
-
sniper -
sniper -
bonjour,
j'ai un lien modfiication, je clique dessus m'affiche le formulaire pour modifier, le premier champ est une liste deroulante des client.
je souhaite qu'en fonction d'un nom client choisie m'affiche toutes les données correspondant a un client.
Mon erreur vien a partir du lien modification.php
http://localhost/test/Principal.php?page=7&client=Notice Undefined variable:donnees in F:\Program Files\wamp\www\test\Principal.php</b>
voici mon bou de code :
<?php require_once('connexion.php');?>
<link href="styles.css" rel="stylesheet" type="text/css">
<table align="center" width=800 cellspacing="0" cellpadding="0" border="10">
<td valign="top" width="200">
<table>
<tr><td width="150" height="50" border="5" ROWSPAN="3"><br><br>
<td><a href="?page=1">Accueil</a></td>
<td><a href="?page=2">Nouveau ticket</a></td>
<td><a href="?page=4">Les tickets</a></td>
<td><a href="?page=6">Nouveau client</a></td>
<td><a href="?page=7&client=<?php echo $donnees['NomClient'];?>">Mise a jour d'un client</a></td>
<td><a href="?page=8">Gestion des utilisateurs</a></td>
<td><a href="?page=9">Rechercher un ticket</a></td>
<td><a href="?page=10">Configuration</a></td>
</td></tr>
</table>
</td>
j'ai un lien modfiication, je clique dessus m'affiche le formulaire pour modifier, le premier champ est une liste deroulante des client.
je souhaite qu'en fonction d'un nom client choisie m'affiche toutes les données correspondant a un client.
Mon erreur vien a partir du lien modification.php
http://localhost/test/Principal.php?page=7&client=Notice Undefined variable:donnees in F:\Program Files\wamp\www\test\Principal.php</b>
voici mon bou de code :
<?php require_once('connexion.php');?>
<link href="styles.css" rel="stylesheet" type="text/css">
<table align="center" width=800 cellspacing="0" cellpadding="0" border="10">
<td valign="top" width="200">
<table>
<tr><td width="150" height="50" border="5" ROWSPAN="3"><br><br>
<td><a href="?page=1">Accueil</a></td>
<td><a href="?page=2">Nouveau ticket</a></td>
<td><a href="?page=4">Les tickets</a></td>
<td><a href="?page=6">Nouveau client</a></td>
<td><a href="?page=7&client=<?php echo $donnees['NomClient'];?>">Mise a jour d'un client</a></td>
<td><a href="?page=8">Gestion des utilisateurs</a></td>
<td><a href="?page=9">Rechercher un ticket</a></td>
<td><a href="?page=10">Configuration</a></td>
</td></tr>
</table>
</td>
Configuration: Windows XP Internet Explorer 7.0
A voir également:
- Petit souci dans recup donnée form!!
- Trier du plus petit au plus grand excel - Guide
- Petit point vert snap - Forum Snapchat
- Google form sans compte google ✓ - Forum Google Docs
- Petit 3 clavier ✓ - Forum Bureautique
- Comment faire pour écrir métre cube avec m et petit 3 ✓ - Forum Word
1 réponse
bonjour a tous
j'ai un lien modfiication, je clique dessus m'affiche le formulaire pour modifier, le premier champ est une liste deroulante des client.
je souhaite qu'en fonction d'un nom client choisie m'affiche toutes les données correspondant a un client.
Mon erreur vien a partir du lien modification.php
http://localhost/test/Principal.php?page=7&client=Notice Undefined variable:donnees in F:\Program Files\wamp\www\test\Principal.php</b>
voici mon bou de code :
<?php require_once('connexion.php');?>
<link href="styles.css" rel="stylesheet" type="text/css">
<table align="center" width=800 cellspacing="0" cellpadding="0" border="10">
<td valign="top" width="200">
<table>
<tr><td width="150" height="50" border="5" ROWSPAN="3"><br><br>
<td><a href="?page=1">Accueil</a></td>
<td><a href="?page=2">Nouveau ticket</a></td>
<td><a href="?page=4">Les tickets</a></td>
<td><a href="?page=6">Nouveau client</a></td>
<td><a href="?page=7&client=<?php echo $donnees['NomClient'];?>">Mise a jour d'un client</a></td>
<td><a href="?page=8">Gestion des utilisateurs</a></td>
<td><a href="?page=9">Rechercher un ticket</a></td>
<td><a href="?page=10">Configuration</a></td>
</td></tr>
</table>
</td>
j'ai un lien modfiication, je clique dessus m'affiche le formulaire pour modifier, le premier champ est une liste deroulante des client.
je souhaite qu'en fonction d'un nom client choisie m'affiche toutes les données correspondant a un client.
Mon erreur vien a partir du lien modification.php
http://localhost/test/Principal.php?page=7&client=Notice Undefined variable:donnees in F:\Program Files\wamp\www\test\Principal.php</b>
voici mon bou de code :
<?php require_once('connexion.php');?>
<link href="styles.css" rel="stylesheet" type="text/css">
<table align="center" width=800 cellspacing="0" cellpadding="0" border="10">
<td valign="top" width="200">
<table>
<tr><td width="150" height="50" border="5" ROWSPAN="3"><br><br>
<td><a href="?page=1">Accueil</a></td>
<td><a href="?page=2">Nouveau ticket</a></td>
<td><a href="?page=4">Les tickets</a></td>
<td><a href="?page=6">Nouveau client</a></td>
<td><a href="?page=7&client=<?php echo $donnees['NomClient'];?>">Mise a jour d'un client</a></td>
<td><a href="?page=8">Gestion des utilisateurs</a></td>
<td><a href="?page=9">Rechercher un ticket</a></td>
<td><a href="?page=10">Configuration</a></td>
</td></tr>
</table>
</td>