How do I turn off new user notification? I get a ton of emails from wordpress notifying me when a new users has joined my website and it is cluttering up my inbox.
@Tim451963 You do realize this is a tutorial for a custom system, and I didn't put any feature like that in here. If you're talking about WordPress, I believe there are plugins for something like that.
I keep geting the error ( ! ) Notice: Undefined index: submit in blah blah blah /register.php on line 7
but the form works fine. How can it be undifined if it works? Have just missed out a tiny little detail? Thanks for uploading this seiries.
RomaineRC 2 months ago
For the $password is it the same thing if you put MD5 after it or is that something else?
Thanks
mixsmike 6 months ago
How do I turn off new user notification? I get a ton of emails from wordpress notifying me when a new users has joined my website and it is cluttering up my inbox.
Tim451963 1 year ago
@Tim451963 You do realize this is a tutorial for a custom system, and I didn't put any feature like that in here. If you're talking about WordPress, I believe there are plugins for something like that.
andrewanimation 1 year ago
@Tim451963 to turn off notifications use command error_reporting(0); and it will work. put it on the top of the page, before all codes. good luck
filip011001 8 months ago