Codice PHP:
<? echo 'https://www.voipcheap.com/myaccount/sendsms.php?username='.$_POST['user'].'&password='.$_POST['password'].'&from='.$_POST['from'].'to='.$_POST['to'].'&text='.$_POST['text'];?>