Mam skrypt bramki sms i jak uwarunkowac funkcje aby skrypt nie wyswietlal: "Wiadomosc wyslana poprawnie!!!" i "Wystapil blad...

http://internetowezarabianie.vot.pl/smss.php
<html> <body bgcolor="#0189B4" leftmargin="20" topmargin="20"> <form action="smss.php" method="POST"> Numer:<br> <input type="text" name="numer"><br> Tresc:<br> <textarea name="tresc" cols="30" rows="6"></textarea><br> Podpis:<br> <input type="text" name="podpis"><br> <button type="submit" value="wyslij">Wyslij</button> <button type="reset" name="reset">Wyczysc pola</button> </form> </html> <?php function sendSms() { tresc funkcji } if (sendSMS()) { } else { } ?>