Welcome Guest, Not a member yet? Register   Sign In
To do a query before inserting data in mySQL
#11

[eluser]ambf[/eluser]
Hi Mike!

I'm using 1.7.0 too!
#12

[eluser]lmv4321[/eluser]
You may be using 1.7.0, but form_validation is not being used by you. You are using the previous 1.6.3 version of validation ($this->load->library(‘validation’)Wink and not the newest 1.7.0 version ($this->load->library(‘form_validation’)Wink.

So, either change the line to this:
$this->validation->set_message(‘emailcheck’, ‘Email already registered’);

Or change all of your validation code to the newer form_validation code.
#13

[eluser]ambf[/eluser]
Ohhhh!




Theme © iAndrew 2016 - Forum software by © MyBB