Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
how to clear all form variables like $this->validation->myvar ?
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
how to clear all form variables like $this->validation->myvar ?
El Forum
Unregistered
#6
03-13-2009, 09:56 AM
[eluser]brookerrj[/eluser]
I run this after I have successfuly stored the form data in the database.
I am using the later Form Validation class.
Code:
foreach ($_POST as $key => $field)
{
$this->form_validation->set_rules($key, '');
}
It appears to work well.
Messages In This Thread
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-19-2008, 04:07 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-19-2008, 04:11 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-19-2008, 04:14 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-19-2008, 04:18 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-19-2008, 11:15 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-13-2009, 09:56 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-13-2009, 12:56 PM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-13-2009, 01:21 PM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-14-2009, 05:36 AM
how to clear all form variables like $this->validation->myvar ?
- by El Forum - 03-14-2009, 05:59 AM
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB