Error when echo $_GET[“jsoncallback”]

后端 未结 5 1108
挽巷
挽巷 2021-01-29 10:30


        
5条回答
  •  别那么骄傲
    2021-01-29 10:59

    $_GET doesn't usually return errors. The possible point of error is your query.

    Insert

    echo mysql_error();
    

    before your while loop;

提交回复
热议问题