Mój problem jest taki że do wysłania smsa jest taki kod formularza
<form action="send.php" method="POST" name="send" autocomplete="off" onsubmit="send_sms(document.getElementById('numer').value, document.getElementById('tresc').value, document.getElementById('podpis').value ); return false;">
I teraz pojawia się problem gdyż za cholere nie mam pojęcia jak wysłać ten kod JS za pomocą curla a potrzebuje właśnie wywołać "send_sms"
Z góry dzięki za propozycje/pomoc

Pozdrawiam