I've seen some of my errors today, and corrected them.
no variable inside the function parentheses,
ereg is deprecated,
some parse errors,
span str extra =,
i solved all these things.
one thing that i can't solve was returning the feedback back to the page,
i used echoing the feedback, instead of trying to return it to the page,
it's a cheap method, but worked.
I think the register.php page works very well.
But it leads to another question.
I prepared the system with a e-mail verification,
because of that, the page gives me this error:
Quote:
|
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files (x86)\wamp\www\site\includes\functions.php on line 78
|
Probably hosting servers have their own SMTP servers,
but i want to try this on my computer with wamp.
how can I adjust the SMTP?
does a free hotmail/gmail account use for this?