Welcome Guest, Not a member yet? Register   Sign In
How to exchange user data with the same class instance
#2

If I understand you right, you want your form to submit to the current url?
Just omit the action attribute. If you use the form helper (or the form_validation library), you can start a form like this (in your view):
PHP Code:
<?= form_open();?>
Reply


Messages In This Thread
RE: How to exchange user data with the same class instance - by Wouter60 - 11-26-2017, 01:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB