Codeigniter: Submitting Forms

Posted by Kevin Brown on Stack Overflow See other posts from Stack Overflow or by Kevin Brown
Published on 2010-05-18T13:23:17Z Indexed on 2010/05/18 15:20 UTC
Read the original article Hit count: 314

Filed under:
|
|

How do I submit a form that can do two different things based on the URI?

For example, if the URI contains a string "new" the form will submit differently than it would if "new" were not in the URI.

I'm having trouble implementing this, as when a form is submitted, it takes the URI of whatever "form_open" says.

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about beginner