jhomcosta
New Contributor
since ‎04-03-2023
‎04-05-2023

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 =...