Bonjour,
J'ai crée deux pages web en php ,dans la première page je saisie un n° dans un champ de text.
je voudrais recupérer ce n° dans la deuxième page dans un champ de text aprés d'un clique sur un submit.
voilà mon bout de code :
:Consultation_client.php
<?php
echo'<a href="/Gestion_Commerciale/articles/article_consulte.php?action=consultation_client&v_ref_consult
<input type="text" name="v_ref_consult" style="width:197px"/> </a>'
?>
page2:article_consulte.php
<td width="217" bgcolor="#99FFFF" align="right"><label>
<input type="text" name="refe_consult" <?php echo'value="'.$_GET['v_ref_consult'].'"'?> /></label></td>
Cordialement
abdeslam