Error when echo $_GET[“jsoncallback”]

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


        
5条回答
  •  日久生厌
    2021-01-29 11:07

    Given that you have not provided what error you are getting. I will suggest try this:

    '.$row['name'].')';
         }
    }
    
    else 
      echo "Jsoncallback not set.";
    ?>
    

提交回复
热议问题