[PHP] pobierz, plaintext <?phpif(!empty($_POST['submit']) && !empty($_POST['title']) && !empty($_POST['color'])){ echo '<font color="'.$_POST['color'].'">'.$_POST['title'].'</font>';}else{ // Tutaj kod HTML}?>[PHP] pobierz, plaintext