大家好,我有twilio这个问题。 当用户打电话并输入他的邮政编码时,我就会遇到这种情况。 如何存储或保存数字:
<?php
header("content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";?>
<Response>
<Gather numDigits="5" action="get.php" method="POST">
<Say>Please enter the 5 digit zipcode.</Say>
</Gather>