The problem is that, if I type g, for e-mail, and giorgjaeroigjaoigjeaoigjaojig, for confirm e-mail, it echo's Your E-mail's match, when they dont, same for password
( They worked before putting isset there, but not now, however I need isset)
this is the code
Code: Select all
if (isset($_POST['email1']) && $_POST['email1'] == isset($_POST['email2']) && $_POST['email2'])
{
echo " <b>Your e-mail's match.</b> <br/>";
}
else
{
echo '<font color="blue" size="4">Error:</font><font color="blue" size="3"><i> Your e-mail\'s do not match.<br/></i></font>';
$bool[1]=false;
}- Thanks