Welcome Guest, Not a member yet? Register   Sign In
how to post special character?
#5

[eluser]Tống Kiện Phi[/eluser]
forum have same bug in my case, so you can see my clip to understand what i mean:

Link Youtube: http://www.youtube.com/watch?v=xeIPzea1U...e=youtu.be
Link my website: http://tongkienphi.com/clip/error.html

Or you can test with CI new version:
Step 1: Download CI new version.
Step 2: Open application/views/welcome_message.php and paste this code:
Code:
<form method="post">
   <textarea  200px; height: 100px;" name="code"></textarea>
   <input type="submit" name="submit" value="submit" />
  </form>
Step 3: Open application/controllers/welcome.php and paste this code:
Code:
public function index()
{
  $post = $this->input->post();
  echo $post['code'];
  $this->load->view('welcome_message');
}
Step 4: run http://localhost/ci and paste this code in my clip and then submit


Messages In This Thread
how to post special character? - by El Forum - 03-20-2013, 07:49 PM
how to post special character? - by El Forum - 03-21-2013, 04:13 PM
how to post special character? - by El Forum - 03-21-2013, 07:17 PM
how to post special character? - by El Forum - 03-23-2013, 11:38 PM
how to post special character? - by El Forum - 03-24-2013, 01:51 AM
how to post special character? - by El Forum - 03-24-2013, 05:19 AM
how to post special character? - by El Forum - 03-24-2013, 06:36 AM
how to post special character? - by El Forum - 03-24-2013, 07:57 AM
how to post special character? - by El Forum - 03-24-2013, 12:07 PM
how to post special character? - by El Forum - 03-24-2013, 12:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB