Commentaires PHP - PHP - Programmation
Marsh Posté le 17-05-2006 à 01:05:15
Tu créé une table sql ;
Tu la rempli du texte envoyé (pense a htmlentities etc) ;
Tu la resors au moment de l'affichage de la page avec formatage html.
Marsh Posté le 17-05-2006 à 01:47:01
Merci tabb, t'aurais pas un script par hasard pour me référé ? comme je debute
Marsh Posté le 17-05-2006 à 01:54:57
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
Marsh Posté le 16-05-2006 à 21:42:01
Bonjour à tous,
Je voulais savoir comment faire pour creer un script de commentaires de la meme maniere que sur ce site (voire en bas de page) :
http://www.nintendomaine.com/ndm.p [...] 1147770174
C'est à dire, pouvoir ecrire un commentaire sur la page via un formulaire, et ensuite il saffiche sur la page meme.
Si vous connaissez un scipt ou la maniere de faire, j'en serai tres content
je vous remerci d'avance