Welcome Guest, Not a member yet? Register   Sign In
$this->input->post problem
#1

[eluser]Mitja B.[/eluser]
Code:
foreach($this->input->post => $vrednost)
{
   if (!is_array($this->input->post($kljuc)))
   {
    $this->input->post($kljuc) = htmlspecialchars($this->input->post($kljuc));
   }
}

i want to use htmlspecialchars in all $this->input->post but i get this warning

Parse error: syntax error, unexpected T_DOUBLE_ARROW in C:\HTTPSERVER\wwwroot\bewoop\system\application\controllers\happening.php on line 22


Messages In This Thread
$this->input->post problem - by El Forum - 07-11-2008, 07:57 AM
$this->input->post problem - by El Forum - 07-11-2008, 10:16 AM
$this->input->post problem - by El Forum - 07-11-2008, 10:43 AM
$this->input->post problem - by El Forum - 07-11-2008, 10:46 AM
$this->input->post problem - by El Forum - 07-11-2008, 11:07 AM
$this->input->post problem - by El Forum - 07-11-2008, 12:13 PM
$this->input->post problem - by El Forum - 07-11-2008, 12:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB