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

[eluser]sl3dg3hamm3r[/eluser]
hey there

I have a trivial problem, but can't see what's wrong:

Code:
if (isset($_POST['cancel']))
  echo "Test 1";
if ($this->input->post('cancel'))
  echo "Test 2";

I get only 'Test 1' as an output. Why?

Sl3dg3


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