Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created December 8, 2011 06:25
Show Gist options
  • Save jpalala/1446278 to your computer and use it in GitHub Desktop.
Save jpalala/1446278 to your computer and use it in GitHub Desktop.
checking post from codeignite
if($this->input->post('submit'))
{
print_r($_POST);
foreach($_POST as $post)
{
print $post;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment