PHP variable not echoing on page via ajax jquery

后端 未结 4 490
温柔的废话
温柔的废话 2020-12-22 13:16

I am having a problem with my code as my php variable is not being echoed on page when using ajax jquery. Here is my code...



        
4条回答
  •  余生分开走
    2020-12-22 13:50

    You missed response in success function. Try this:

    
    

提交回复
热议问题