Welcome Guest, Not a member yet? Register   Sign In
$this->input->post() of array
#9

[eluser]orokusaki[/eluser]
Quote:Yep and it's better to build something on the stable version.

Wowsers, I didn't know that the actual $_POST array was cleaned, but upon further investigation I found this:

line# 140 of Input.php
Code:
$_POST = $this->_clean_input_data($_POST);

Earlier in the class in the function _clean_input_data() the $_POST array is emptied for this new data.


Messages In This Thread
$this->input->post() of array - by El Forum - 10-12-2008, 06:27 AM
$this->input->post() of array - by El Forum - 10-12-2008, 07:28 AM
$this->input->post() of array - by El Forum - 10-21-2008, 05:06 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:17 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:28 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:37 PM
$this->input->post() of array - by El Forum - 10-22-2008, 01:21 AM
$this->input->post() of array - by El Forum - 10-22-2008, 01:37 AM
$this->input->post() of array - by El Forum - 10-22-2008, 12:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB