PHP中的Twilio安全用户输入

时间:2017-10-25 11:20:54

标签: php input save twilio

大家好,我有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>

0 个答案:

没有答案