Çıkış kaynağı ile correnspond etmez

0 Cevap php
var_dump( $_POST );

verir

['content'] = string....

ve echo $_POST['content']

displays the right code in browser but in both cases the source only displays a notice

<br /><b>Notice</b>:  Undefined index: content in<b>C:\wamp\www\php\prosessComment.php</b> on line <b>6</b><br /> array(0) {}

ve görünüşe göre eksik değişken. Ben onunla şeyler her türlü yapabilirsiniz, ama ben bir sorguda koymak çalıştığınızda, boş çıkıyor.

0 Cevap