Précédent   Forum des professionnels en informatique > PHP > Langage > Débuter
Débuter Forum d'entraide pour débuter en PHP. Avant de poster -> Cours PHP, FAQ PHP, Outils PHP, etc.
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 22/05/2011, 19h24   #1
Nouveau Membre du Club
 
Homme demba sock
etudiant
Inscription : mai 2010
Messages : 97
Détails du profil
Informations personnelles :
Nom : Homme demba sock
Localisation : Sénégal

Informations professionnelles :
Activité : etudiant

Informations forums :
Inscription : mai 2010
Messages : 97
Points : 27
Points : 27
Par défaut Rajout successivement d'élément au panier supprime ce ajouté précedemment

bonjour , mon problème est que je veux permettre a un client d'ajouter n fois , mais quand j'ajoute un puis je retourne sur la page précédente , les valeurs sont ecrasees !
-----------------------tik.php----------------------------------
Code html :
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans titre</title>
</head>
 
<body>
<center>
<table width="700">
<tr><td>
 
	<p><img src="images/ordinateurs_bureaux/hp.jpg" width="153" height="134" >
  Ordinateurs bureau </p>
</td>
<td>
	<form name="formulaire" action="php.php" method="POST" enctype="multipart/form-data">
            <table >
                    <tr><td style="text-align:right;"> marque </td>
                    <td>
                        <SELECT name="marques"> 
                            <OPTION> Selectionnez une marque </OPTION>
                            <OPTION> Acer </OPTION>
                            <OPTION> Apple </OPTION>
                            <OPTION> Asustek Computer </OPTION>
                            <OPTION> Clearance </OPTION>
                            <OPTION> Fujitsu </OPTION>
                            <OPTION> HP </OPTION>
                            <OPTION> Lenovo </OPTION>
                            <OPTION> Msi Computer </OPTION>
                            <OPTION> Outsourcing </OPTION>
                            <OPTION> Packard Bell </OPTION>
                            <OPTION> Systemat </OPTION>
                            <OPTION> Viewsonic </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td>
                    </tr>
 
                    <tr><td style="text-align:right;"> taille écran </td>
                    	<td>
                       	<SELECT name="tailles">
                            <OPTION> Selectionnez une taille </OPTION>
                            <OPTION> 15 pouces </OPTION>
                            <OPTION> 17 pouces </OPTION>
                            <OPTION> 19 pouces </OPTION>
                            <OPTION> 21 pouces </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td></tr>
 
 
                <tr><td style="text-align:right;"> couleur </td>
                	<td>
                    <SELECT name="couleurs">
                        <OPTION> Selectionnez une couleur </OPTION>
                        <OPTION> noir </OPTION>
                        <OPTION> blanc </OPTION>
                        <OPTION> gris </OPTION>
                        <OPTION> autres </OPTION>
                    </SELECT>
                </td></tr>
                <tr><td "text-align:right;">Quantité </td><td><input type="text" value="0" onFocus="if(this.value=='0')this.value=' ';" onBlur="if(this.value==' ')this.value='0'"/></td></tr>
                <tr><td style="text-align:right;"> Plus </td>
                    <td>
                     	<textarea name="plus" rows="1" cols="18"></textarea>
                    </tr><br/>
                 <tr><td></td><td style="text-align:right;">
                      <input type="submit" alt="ajouter au panier" value="Ajouter au panier"  style="cursor:pointer;">
                 </td></tr>
 
          	 </table>
        </form>
     </td>
     </tr>
     <tr><td>
	<p><img src="images/ordinateurs_bureaux/03367808-photo-lenovo-ideacentre.jpg" width="151" height="132" >
  Ordinateurs bureau tactiles</p>
	</td>
    <td>
		<form name="formulaire" action="php.php" method="POST" enctype="multipart/form-data">
            <table>
                    <tr><td style="text-align:right;"> marque </td>
                    <td>
                        <SELECT name="marques"> 
                            <OPTION> Selectionnez une marque </OPTION>
                            <OPTION> Acer </OPTION>
                            <OPTION> Apple </OPTION>
                            <OPTION> Asustek Computer </OPTION>
                            <OPTION> Clearance </OPTION>
                            <OPTION> Fujitsu </OPTION>
                            <OPTION> HP </OPTION>
                            <OPTION> Lenovo </OPTION>
                            <OPTION> Msi Computer </OPTION>
                            <OPTION> Outsourcing </OPTION>
                            <OPTION> Packard Bell </OPTION>
                            <OPTION> Systemat </OPTION>
                            <OPTION> Viewsonic </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td>
                    </tr>
 
                    <tr><td style="text-align:right;"> taille écran </td>
                    	<td>
                       	<SELECT name="tailles">
                            <OPTION> Selectionnez une taille </OPTION>
                            <OPTION> 15 pouces </OPTION>
                            <OPTION> 17 pouces </OPTION>
                            <OPTION> 19 pouces </OPTION>
                            <OPTION> 21 pouces </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td></tr>
 
 
                <tr><td style="text-align:right;"> couleur </td>
                	<td>
                    <SELECT name="couleurs">
                        <OPTION> Selectionnez une couleur </OPTION>
                        <OPTION> noir </OPTION>
                        <OPTION> blanc </OPTION>
                        <OPTION> gris </OPTION>
                        <OPTION> autres </OPTION>
                    </SELECT>
                </td></tr>
                <tr><td "text-align:right;">Quantité </td><td><input type="text" value="0" onFocus="if(this.value=='0')this.value=' ';" onBlur="if(this.value==' ')this.value='0'"/></td></tr>
                <tr><td style="text-align:right;"> Plus </td>
                    <td>
                     	<textarea name="plus" rows="1" cols="18"></textarea>
                    </tr><br/>
                 <tr><td></td><td style="text-align:right;">
                      <input type="submit" alt="ajouter au panier" value="Ajouter au panier"  style="cursor:pointer;">
                 </td></tr>
 
          	 </table>
        </form>
      </td>
      </tr>
      <tr><td>
  <p><img src="images/ordinateurs_bureaux/cd7b266f.jpg" width="148" height="130" >	Ecrans ordinateur</p>
  </td>
    <td>
		<form name="formulaire" action="affiche-donnees.php" method="POST" enctype="multipart/form-data">
            <table>
                    <tr><td style="text-align:right;"> marque </td>
                    <td>
                        <SELECT name="marques"> 
                            <OPTION> Selectionnez une marque </OPTION>
                            <OPTION> Acer </OPTION>
                            <OPTION> Apple </OPTION>
                            <OPTION> Asustek Computer </OPTION>
                            <OPTION> Clearance </OPTION>
                            <OPTION> Fujitsu </OPTION>
                            <OPTION> HP </OPTION>
                            <OPTION> Lenovo </OPTION>
                            <OPTION> Msi Computer </OPTION>
                            <OPTION> Outsourcing </OPTION>
                            <OPTION> Packard Bell </OPTION>
                            <OPTION> Systemat </OPTION>
                            <OPTION> Viewsonic </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td>
                    </tr>
 
                    <tr><td style="text-align:right;"> taille écran </td>
                    	<td>
                       	<SELECT name="tailles">
                            <OPTION> Selectionnez une taille </OPTION>
                            <OPTION> 15 pouces </OPTION>
                            <OPTION> 17 pouces </OPTION>
                            <OPTION> 19 pouces </OPTION>
                            <OPTION> 21 pouces </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td></tr>
 
 
                <tr><td style="text-align:right;"> couleur </td>
                	<td>
                    <SELECT name="couleurs">
                        <OPTION> Selectionnez une couleur </OPTION>
                        <OPTION> noir </OPTION>
                        <OPTION> blanc </OPTION>
                        <OPTION> gris </OPTION>
                        <OPTION> autres </OPTION>
                    </SELECT>
                </td></tr>
                <tr><td "text-align:right;">Quantité </td><td><input type="text" value="0" onFocus="if(this.value=='0')this.value=' ';" onBlur="if(this.value==' ')this.value='0'"/></td></tr>
                <tr><td style="text-align:right;"> Plus </td>
                    <td>
                     	<textarea name="plus" rows="1" cols="18"></textarea>
                    </tr><br/>
                 <tr><td></td><td style="text-align:right;">
                      <input type="submit" alt="ajouter au panier" value="Ajouter au panier"  style="cursor:pointer;">
                 </td></tr>
 
          	 </table>
        </form>
		</td>
        </tr>
        <tr>
        <td>
	<p><img src="images/ordinateurs_bureaux/hp-pavilion-a6500-desktop-pc-series_190x170.jpg" width="154" height="134" >
  Unit&eacute;s centrales</p>
  </td>
    <td>
		<form name="formulaire" action="affiche-donnees.php" method="POST" enctype="multipart/form-data">
            <table>
                    <tr><td style="text-align:right;"> marque </td>
                    <td>
                        <SELECT name="marques"> 
                            <OPTION> Selectionnez une marque </OPTION>
                            <OPTION> Acer </OPTION>
                            <OPTION> Apple </OPTION>
                            <OPTION> Asustek Computer </OPTION>
                            <OPTION> Clearance </OPTION>
                            <OPTION> Fujitsu </OPTION>
                            <OPTION> HP </OPTION>
                            <OPTION> Lenovo </OPTION>
                            <OPTION> Msi Computer </OPTION>
                            <OPTION> Outsourcing </OPTION>
                            <OPTION> Packard Bell </OPTION>
                            <OPTION> Systemat </OPTION>
                            <OPTION> Viewsonic </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td>
                    </tr>
 
                    <tr><td style="text-align:right;"> taille écran </td>
                    	<td>
                       	<SELECT name="tailles">
                            <OPTION> Selectionnez une taille </OPTION>
                            <OPTION> 15 pouces </OPTION>
                            <OPTION> 17 pouces </OPTION>
                            <OPTION> 19 pouces </OPTION>
                            <OPTION> 21 pouces </OPTION>
                            <OPTION> autres </OPTION>
                    	</SELECT>
                    </td></tr>
 
 
                <tr><td style="text-align:right;"> couleur </td>
                	<td>
                    <SELECT name="couleurs">
                        <OPTION> Selectionnez une couleur </OPTION>
                        <OPTION> noir </OPTION>
                        <OPTION> blanc </OPTION>
                        <OPTION> gris </OPTION>
                        <OPTION> autres </OPTION>
                    </SELECT>
                </td></tr>
                <tr><td "text-align:right;">Quantité </td><td><input type="text" value="0" onFocus="if(this.value=='0')this.value=' ';" onBlur="if(this.value==' ')this.value='0'"/></td></tr>
                <tr><td style="text-align:right;"> Plus </td>
                    <td>
                     	<textarea name="plus" rows="1" cols="18"></textarea>
                    </tr><br/>
                 <tr><td></td><td style="text-align:right;">
                      <input type="submit" alt="ajouter au panier" value="Ajouter au panier"  style="cursor:pointer;">
                 </td></tr>
 
          	 </table>
        </form>
	</td>
    </tr>
    </table>
</center>
 
</body>
</html>
---------------------------------php.php--------------------------------
Code 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans titre</title>
</head>
 
<?php
$marque = $_POST['marques'] ;
$taille = $_POST['tailles'] ;
$couleur = $_POST['couleurs'] ;
$plus = $_POST['plus'] ;
 
 
echo( "<div id='pani'><table cellpadding='5' cellspacing='15' width='750'><tr style='background-color:blue; border:0px; width:400px;'><td width='300'> Nom de l'article </td><td> Détails </td></tr><tr><td> <b> ".$marque."</b>\n" ) ;
echo( " <b>".$taille."</b>\n" ) ;
echo( " <b>".$couleur."</b></td>\n" ) ;
echo( "<td> <b>".$plus."</b></td></tr></table></div>\n" ) ;
 
?>
 
<body>
</body>
</html>
doumbix est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 23/05/2011, 15h15   #2
Membre éclairé
 
Avatar de Ceddoc
 
Homme Cédric
Développeur Java / Web / .NET
Inscription : janvier 2009
Messages : 327
Détails du profil
Informations personnelles :
Nom : Homme Cédric
Âge : 23
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Développeur Java / Web / .NET
Secteur : High Tech - Multimédia et Internet

Informations forums :
Inscription : janvier 2009
Messages : 327
Points : 369
Points : 369
Tu n'est pas au bon endroit mais voilà de quoi te débrouiller.
Ceddoc est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 03/06/2011, 22h57   #3
Nouveau Membre du Club
 
Homme demba sock
etudiant
Inscription : mai 2010
Messages : 97
Détails du profil
Informations personnelles :
Nom : Homme demba sock
Localisation : Sénégal

Informations professionnelles :
Activité : etudiant

Informations forums :
Inscription : mai 2010
Messages : 97
Points : 27
Points : 27
Citation:
Envoyé par Ceddoc Voir le message
Tu n'est pas au bon endroit mais voilà de quoi te débrouiller.
merci
doumbix est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 14h57.


 
 
 
 
Partenaires

Hébergement Web