par
mibrahimamadou » 18 mars 2015, 19:16
En fait j'ai déjà fait cette partie. Par exemple dans ma page formulaire.php, j'ai:
<div id="body">
<h2><center>This platform will enable you to configure your radio device.</h2><BR>
Please select your geographic zone (Asia, Europe, US) :<BR>
<FORM method="post" action="treatment.php">
<INPUT TYPE=RADIO NAME="ZONE" VALUE="AP" >Asie<BR>
<INPUT TYPE=RADIO NAME="ZONE" VALUE="EM" CHECKED >Europe<BR>
<INPUT TYPE=RADIO NAME="ZONE" VALUE="AM" >US<BR>
<INPUT TYPE="SUBMIT" NAME= "OK" VALUE="Generate the configuration">
</FORM><BR>
J'aimerais sur treatment.php permettre de télécharger le fichier de conf en fonction du choix de la personne. Et ces fichiers de conf, j'aimerais les placer sur un serveur ftp.
Merci,
mibrahimamadou
En fait j'ai déjà fait cette partie. Par exemple dans ma page formulaire.php, j'ai:
<div id="body">
<h2><center>This platform will enable you to configure your radio device.</h2><BR>
Please select your geographic zone (Asia, Europe, US) :<BR>
<FORM method="post" action="treatment.php">
<INPUT TYPE=RADIO NAME="ZONE" VALUE="AP" >Asie<BR>
<INPUT TYPE=RADIO NAME="ZONE" VALUE="EM" CHECKED >Europe<BR>
<INPUT TYPE=RADIO NAME="ZONE" VALUE="AM" >US<BR>
<INPUT TYPE="SUBMIT" NAME= "OK" VALUE="Generate the configuration">
</FORM><BR>
J'aimerais sur treatment.php permettre de télécharger le fichier de conf en fonction du choix de la personne. Et ces fichiers de conf, j'aimerais les placer sur un serveur ftp.
Merci,
mibrahimamadou