
Mam pytanko jak zacząć pisanie skryptu PHP, a dokładniej takie cacko chciałbym wykonać :
http://www.bbcode-to-html.com
Początek mam taki:
<?php require_once "maincore.php"; require_once THEMES."templates/header.php"; if (iMEMBER) { echo " nio i tu skrypt cały ///// trochę przycisków : <td align='center'><textarea name='comment_message' rows='6' class='textbox' style='width:400px'></textarea><br> <input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('comment_message', '', '');\"> <input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('comment_message', '', '');\"> <input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('comment_message', '', '');\"> <input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('comment_message', '', '');\"> <input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('comment_message', '[mail]', '[/mail]');\"> <input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('comment_message', '');\"> <input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('comment_message', '', '');\"> <input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('comment_message', '[small]', '[/small]');\"> <input type='button' value='code' class='button' style='width:40px;' onClick=\"addText('comment_message', '<!--c1--><div class='codetop'>Kod</div><div class='codemain'><!--ec1-->', '<!--c2--></div><!--ec2-->');\"> <input type='button' value='quote' class='button' style='width:45px;' onClick=\"addText('comment_message', '<!--quoteo--><div class='quotetop'>Cytat</div><div class='quotemain'><!--quotec-->', '<!--QuoteEnd--></div><!--QuoteEEnd-->');\"> } else { echo "<br><br><br><br><center><span style='font-size: 16pt'><span style='color: lime'>Jesteś? niezalogowany, brak dostępu</span></span></center><br><br><br><br>"; } require_once THEMES."templates/footer.php"; ?>
Ale pewnie jakąś funkcję trzeba dać tylko nie umiem zrobić.
Bym był bardzo wdzięczny za pomoc.