Welcome Guest, Not a member yet? Register   Sign In
Disallowed Key Characters. \"url\"
#2

[eluser]pokerking[/eluser]
Changed Input.php to debug and print the keys and values of post data

// Clean $_POST Data
if (is_array($_POST) AND count($_POST) > 0)
{
foreach($_POST as $key => $val)
{
echo $key.':'.$val.':</br>';
$_POST[$this->_clean_input_keys($key)] = $this->_clean_input_data($val);
}
}

First time

testing :/admin/searchsubmit/page/1personname::combo_organizationid:none:combo_keycontactid:none:combo_trainerid:none:date_start::date_end::

Second time
testing :/admin/searchsubmit/page/1personname::combo_organizationid:none:combo_keycontactid:none:combo_trainerid:none:date_start::date_end::\"url\":\"\"Big Grinisallowed Key Characters:\"url\":


Messages In This Thread
Disallowed Key Characters. \"url\" - by El Forum - 04-07-2008, 06:41 AM
Disallowed Key Characters. \"url\" - by El Forum - 04-07-2008, 06:55 AM
Disallowed Key Characters. \"url\" - by El Forum - 04-07-2008, 07:00 AM
Disallowed Key Characters. \"url\" - by El Forum - 04-07-2008, 07:19 AM
Disallowed Key Characters. \"url\" - by El Forum - 04-07-2008, 10:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB