par
the_grinch » 08 avr. 2006, 15:51
Comme je l'ai dit je n'y connais rien !!
ça fera quoi avec se formulaire ?
<form name="form1" method="post" action="/index.php">
<p align="center">
<input name="pseudochat" type="text" id="invit" value="Pseudo" size="10">
<br>
<input name="textchat" type="text" id="textchat" value="Message" size="25">
<br>
<input type="submit" name="Submit" value="Envoyer">
</p>
</form>
Comme je l'ai dit je n'y connais rien !!
ça fera quoi avec se formulaire ?
[php] <form name="form1" method="post" action="/index.php">
<p align="center">
<input name="pseudochat" type="text" id="invit" value="Pseudo" size="10">
<br>
<input name="textchat" type="text" id="textchat" value="Message" size="25">
<br>
<input type="submit" name="Submit" value="Envoyer">
</p>
</form>[/php]