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

[eluser]Murodese[/eluser]
$this->input->post() returns false if the field is unset or empty. (due to the way php handles blank variables as false)

isset() returns false if the field is unset, but will return true if it's set but empty.

(see below for a solution)


Messages In This Thread
$this->input->post('') - by El Forum - 10-18-2008, 04:33 AM
$this->input->post('') - by El Forum - 10-18-2008, 06:49 AM
$this->input->post('') - by El Forum - 10-18-2008, 06:54 AM
$this->input->post('') - by El Forum - 10-18-2008, 07:00 AM
$this->input->post('') - by El Forum - 10-18-2008, 07:40 AM
$this->input->post('') - by El Forum - 10-19-2008, 01:40 AM
$this->input->post('') - by El Forum - 10-19-2008, 01:43 AM
$this->input->post('') - by El Forum - 10-19-2008, 10:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB