<?php <form method=post action=dodaj.php> <textarea rows="40" cols="60" name=tresc> </textarea> <input type=submit name=send value=dodaj> </form> ?>
a to jest plik dodaj:
<? if($_POST['send'] == "dodaj") { } ?>
<?php <form method=post action=dodaj.php> <textarea rows="40" cols="60" name=tresc> </textarea> <input type=submit name=send value=dodaj> </form> ?>
<? if($_POST['send'] == "dodaj") { } ?>