record(array( 'action' => $url . 'broadcast.php?number=' . $_REQUEST['From'] )); $response->say('I did not receive a message'); } else { $response->say('You have not registered any contacts'); } print $response; ?>