salut mes amis
j'ai fais un fichier php qui s'appelle mon_fichier.php
dans laquelle j'ai ecris un code html de la fascon suivante
<form name="form1" method="post" action="a.php">
...
</form>
et dans le fichier a.php
j'ai fais ke echo " salut";

tout ca marche tres bien

mais

kan je fais ca dans mon_fichier.php
<form name="form1" method="post" action="<?php echo "salut";?>">
ca marche pas ???
comment le faire SVP