Discussion Forum
Ask questions and see answers to other frequently asked questions!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Timeout Error when sending message to multiple numbers

Hello! I usualy got to send a sms up to 400 - 500 customers once a month, I'm doing a php curl code like this: while ( $row = sqlsrv_fetch_array($result, SQLSRV_FETCH_ASSOC)) { $fullName = $row['NOME']; $firstName = explode(" ", $fullName)[0]; $msg =...

jhomcosta by New Contributor
  • 625 Views
  • 2 replies
  • 0 kudos