Welcome Guest, Not a member yet? Register   Sign In
why is post data not present
#1

[eluser]codeigniterzzz[/eluser]
Here is the view file:

Code:
<form action = "http://yoinko.com/locker_settingstwo/processform" method = "POST">
   <div class = "lockersettingstwodiv">
    <h2>&lt;?php echo $this->session->userdata('labelname'); ?&gt;</h2>
    <p> Control who can view/ReGemz the collection in this locker </p>
    &lt;input type = "text" name = "testing" value = "" /&gt;
    &lt;input type="radio" name="permission" value="1" /&gt; Public - Others can view/edit this locker<br/>
    &lt;input type="radio" name="permission" value="2" /&gt; Me Only - Only you can view/edit this locker<br/>
    &lt;input type="radio" name="permission" value="custom" /&gt; Custom - Locked to everyone, meaning only friends I choose can view/edit this locker<br/>
   </div>
    &lt;input type="submit" name = "Next" value="Next" class="btn btn-large btn-primary" /&gt;
    &lt;input type="submit" name = "Cancel" value="Cancel" class="btn btn-large btn-primary" /&gt;
  &lt;/form&gt;

and here is the controller/method that receives the form's post.

Code:
function processform()
{
    echo $_SERVER['REQUEST_METHOD'];
}

now why is it printing GET instead of POST??? because clearly the form is posting...I have no idea why this is happening, and any help suggestions would be appreciated...thanks.


Messages In This Thread
why is post data not present - by El Forum - 07-19-2012, 10:24 AM
why is post data not present - by El Forum - 07-19-2012, 10:49 AM
why is post data not present - by El Forum - 07-19-2012, 10:57 AM
why is post data not present - by El Forum - 07-19-2012, 11:09 AM
why is post data not present - by El Forum - 07-19-2012, 11:10 AM
why is post data not present - by El Forum - 07-19-2012, 11:13 AM
why is post data not present - by El Forum - 07-19-2012, 11:14 AM
why is post data not present - by El Forum - 07-19-2012, 11:16 AM
why is post data not present - by El Forum - 07-19-2012, 11:16 AM
why is post data not present - by El Forum - 07-19-2012, 11:18 AM
why is post data not present - by El Forum - 07-19-2012, 11:20 AM
why is post data not present - by El Forum - 07-19-2012, 11:22 AM
why is post data not present - by El Forum - 07-19-2012, 11:24 AM
why is post data not present - by El Forum - 07-19-2012, 11:27 AM
why is post data not present - by El Forum - 07-19-2012, 11:31 AM
why is post data not present - by El Forum - 07-19-2012, 11:33 AM
why is post data not present - by El Forum - 07-19-2012, 12:44 PM
why is post data not present - by El Forum - 07-19-2012, 01:12 PM
why is post data not present - by El Forum - 07-19-2012, 01:15 PM
why is post data not present - by El Forum - 07-19-2012, 01:18 PM
why is post data not present - by El Forum - 07-19-2012, 01:19 PM
why is post data not present - by El Forum - 07-19-2012, 05:27 PM
why is post data not present - by El Forum - 07-19-2012, 10:12 PM
why is post data not present - by El Forum - 07-20-2012, 12:18 AM
why is post data not present - by El Forum - 09-11-2012, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB