<form method="POST" name="send"
<input type="hidden" name="title" value="<?php echo ($pro->title;?)">
</form>
隠された情報を他の人に見られたくないのですが、これは変数をコントローラーに渡すための最良の方法ですか?
これは私のコントローラーのコードです
$this->email->subject('subject '.$_POST['title'].' ' );
ありがとうございました!