A voir également:
- Petit souci dans recup donnée form!!
- Petit colis distribution - Forum Internet / Réseaux sociaux
- Petit 1 comme ² ✓ - Forum Windows
- Dans cette présentation, sarah avait encadré directement le titre de certaines diapositives avant d'automatiser cette mise en forme pour tout le document. sur quelles diapositives avait-elle encadré directement le titre ? ✓ - Forum Bureautique
- Google form sans compte google ✓ - Forum Google Docs
- Présentation d'une diapositive - Forum Bureautique
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>