Thanks Albert
Just about there. I got it to work but the value of $message (which is a text message message), only the 1st characters are being sent. I tried looking up file_get_contents(), but didn’t quite understand how to apply $maxlen (that’s what i thought the problem was). So I tried another example shown in the help and that is as per below. Unfortunately that still only sent through the 1st 2 characters of $message
$myresultg = file_get_contents(“https://abc.com/trigger_sms.php?phone=$phone&msg=$message”,NULL, NULL, 0, 255);
Your guidance here is very much appreciated.
Larry