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

[eluser]Murodese[/eluser]
[quote author="manilodisan" date="1224352492"]if (isset($_POST['cancel']))
echo "Test 1";
if ($this->input->post('cancel') != FALSE)
echo "Test 2";[/quote]

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

Missed an =


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