[eluser]williamparry[/eluser]
Hi,
I've been reading the documentation about "prepping data" and I am wondering if someone could give me a practical example of doing this with a database?
If I have:
Code:
$rules['firstName'] = "trim|required";
How can I insert the trimmed data into the database? What variable do I use?