Skip to content

Instantly share code, notes, and snippets.

@stoddsie
Last active December 15, 2015 22:59
Show Gist options
  • Save stoddsie/5336820 to your computer and use it in GitHub Desktop.
Save stoddsie/5336820 to your computer and use it in GitHub Desktop.
Codeigniter:Check Form submission
if (!$this->input->post('submit') == 'submit') {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment