I have a question will form open always using post method?
For example:
echo form_open('email/send');
the same thing like: <form method="post" accept-charset="utf-8" action="http://example.com/index.php/email/send">
What if I want to use get method?
" If I looks more intelligence please increase my reputation."