Jump to content

Confim email address problem!


pappakaka

Recommended Posts

Can someone explain whats wrong with this code:

	if ($this->email != $this->confemail){
  $this->errors[] = 'The email addresses you entered did not match!';
  }

 

I'm trying to make a "Confirm email" field by comparing "email" with "confemail" and if they are not the same you should get this message 'The email addresses you entered did not match!'. But instead i get this no matter what i type into the fields?

 

Link to comment
https://forums.phpfreaks.com/topic/227260-confim-email-address-problem/
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.