Jump to content

[SOLVED] form validation codeigniter


mapleleaf

Recommended Posts

I am sure this is simple.

New to codeigniter.

When the form validates and sends the invalid inputs back it sends passwords too. As i sha1 them in the validation process they get displayed as sha1 back to the user.

This won't work. Can I validate and not send back some variables or do the sha1 before:

$this->db->insert('members', $_POST);

Help much appreciated. Not an OO programmer yet.

Link to comment
https://forums.phpfreaks.com/topic/142424-solved-form-validation-codeigniter/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.