gpt4 book ai didi

php - webrivers - 如何使用 php 集成短信主服务器?

转载 作者:行者123 更新时间:2023-11-30 21:54:30 26 4
gpt4 key购买 nike

此代码在 xampp 本地主机上运行良好,但在服务器主机上不起作用。

知道哪里出了问题吗?

$contact_no = $_POST['contact_no'];
$message = $_POST['text_message'];
$message = urlencode($message);

$url = 'http://trsms.krispal.in/API/pushsms.aspx?username=xxxx&password=xxxx&senderid=MYDMAL&mobile='.$contact_no.'&text='.$message;
$xml = file_get_contents($url);
echo $xml;
echo "<script>alert('Message has been successfully send...')</script>";

最佳答案

检查你的HOST是否禁用了file_get_contents功能,通常出于安全原因,他们会在共享主机上禁用它。检查服务器 php 配置 (php.ini) 类似

allow_url_fopen=0
可能破坏 file_get_contents 功能

关于php - webrivers - 如何使用 php 集成短信主服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45841360/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com