ค่า post ไม่ส่งมาหน้า Controller

wave
Soraphat Charnratanon
2,624
สังคมนักพัฒนาระบบ (Community)
ค่า post ไม่ส่งมาหน้า Controller

<p>ผมลองสร้างฟอร์ม แล้วให้มัน POST ค่าไปหน้า&nbsp;Controller ดู&nbsp;attribute ของ form ก็มีดังนี้ครับ&nbsp;</p><p>&lt;form role="form" class="form-horizontal" method="post" action="&lt;?PHP echo Yii::app()-&gt;getBaseUrl(); ?&gt;/register/saveMember"&gt;<br></p><p>แล้วผมก็สร้าง function&nbsp;saveMember ไว้ใน class&nbsp;register</p><p>ใน function ผมลองใช้คำสั่ง&nbsp;echo $_POST["xxxx"]; ดู ไม่มีค่าอะไรเลยครับ&nbsp;</p>

2 ความคิดเห็น

  • มานพ กองอุ่น

  • Soraphat Charnratanon

ผมลองสร้างฟอร์ม แล้วให้มัน POST ค่าไปหน้า Controller ดู attribute ของ form ก็มีดังนี้ครับ 

<form role="form" class="form-horizontal" method="post" action="<?PHP echo Yii::app()->getBaseUrl(); ?>/register/saveMember">

แล้วผมก็สร้าง function saveMember ไว้ใน class register

ใน function ผมลองใช้คำสั่ง echo $_POST["xxxx"]; ดู ไม่มีค่าอะไรเลยครับ 

input ที่ส่งมาตั้งชื่อว่าอะไรครับ