Salve!
Qualcuno mi aiuta a creare un form.html per inserire dati in invia.php
invia.php script;
<?php
var_dump(httpPost(array(
'user' => 'valore 1',
'pass' => 'valore2',
'rcpt' => 'valore3',
'data' => ' .... ',
'sender' => ' .... ',
'qty' => 'a' ),
'sms.yourweb.com' ));
?>