jaylibii: Sorry war falscher Code.. bitte nochmals ansehen.....

Beitrag lesen

Hallo,

ao sieht mein formular aus:

<form action="<?php echo $action; /* Hier wird nun eingetragen, welche aktion ausgefürht wird. Also save new oder save edit... */ ?>" method="post">
                                                                <table width="100%"  border="0">
                                                                  <tr>
                                                                    <td align="right" valign="top"><p><b>Text:</b> </p></td>
                                                                    <td valign="top"><p>
                                                                        <textarea name="post" cols="80" rows="20" wrap="physical" class="chatfields_tall" id="post"><?php echo $data['post']; ?></textarea>
                                                                    </p></td>
                                                                  </tr>
                                                                  <tr>
                                                                    <td width="86%" height="34" colspan="2"><div align="right">
                                                                      <input name=absenden type=submit class="chatfields" id="absenden" value=Abschicken>
                                                                    </div></td>
                                                                  </tr>
                                                                </table>
</form

MFG jaylibii