i used php rest api work to get data from mysql database but dosnt work on the host i tested from localhost it work fine

前端 未结 0 578
慢半拍i
慢半拍i 2020-12-21 01:46
include(\'config.php\');
header(\'Content-Type: application/json\');
$datas=array();
$advice_query=mysqli_query($con,"SELECT * FROM advices");
$number_quer         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题