Maison  >  Article  >  développement back-end  >  为啥PHP不能接收。

为啥PHP不能接收。

WBOY
WBOYoriginal
2016-06-13 12:30:22812parcourir

为什么PHP不能接收。。

 $.ajax({<br />
       type: "POST",<br />
        url: "index.php",<br />
        data: "location=img_png_src",<br />
        success: function(msg){<br />
         alert( "Data Saved: " + msg );<br />
           }<br />
      });<br />

<?php echo $_POST["location"]; ?>


PHP接受不了 报错了 Notice: Undefined index: location in C:\wamp\www\makebanner\index.php on line 45

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn