J'ai le script qui inclu le formulaire, comment le mettre à ma sauce, il faut une base Mysql ?
<form method="post" id="fcomm" name="fcomm" action="http://www.nintendomaine.com/ndm.php?funcs=addcomm:1147819282;dnews:1147819282">
<input type="hidden" name="idnews" id="idnews" value="1147819282">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="400">
<tbody>
<tr>
<td align="right" width="133" class="com">Pseudo : </td>
<td width="263"><input class="textbox" name="pseudo" id="pseudo" size="34" type="text" value="" tabindex="1"></td>
</tr>
<tr>
<td align="right" width="133" class="com">E-mail : </td>
<td width="263"><input class="textbox" name="email" id="email" size="34" type="text" value="" tabindex="2"></td>
</tr>
<tr>
<td colspan="2" width="396" align="center">
<input type="button" value="gras" style="width: 40px; font-weight: bold;" onClick="storeCaret('b', 'fcomm', 'comm')">
<input type="button" value="italique" style="width: 60px; font-style: italic;" onClick="storeCaret('i', 'fcomm', 'comm')">
<input type="button" value="souligné" style="width: 65px; text-decoration: underline;" onClick="storeCaret('u', 'fcomm', 'comm')">
<input type="button" value="barré" style="width: 50px; text-decoration: line-through;" onClick="storeCaret('s', 'fcomm', 'comm')">
<br><br>
<img src="ndm.php_fichiers/big_smile.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/cool.png" alt="Ajouter : B)" onClick="addText(' B) ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/hmm.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/lol.png" alt="Ajouter : |D" onClick="addText(' |D ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/mad.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/neutral.png" alt="Ajouter : :|" onClick="addText(' :| ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/roll.png" alt="Ajouter : :}" onClick="addText(' :} ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/sad.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/smile.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/tongue.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/wink.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
<img src="ndm.php_fichiers/yikes.png" alt="Ajouter : " onClick="addText(' ', 'comm');" style="cursor: pointer;">
</td>
</tr>
<tr>
<td align="right" width="133" class="com">Commentaire : </td>
<td width="263"><textarea rows="4" name="comm" id="comm" cols="28" tabindex="3"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center" width="396">
<input value="Cracher le morceau" type="submit">
<input value="Effacer" type="reset">
</td>
</tr>
</tbody>
</table>
</form>
Merci d'avance pour votre aide, désolé d'etre lourd