Login/registration system, working but no mail is being sent -I followed a guide

Hey ya’ll!

So I’ve followed this guide over at tutorialzine. The guide’s called Cool Login System PHP jQuery. Just search for it on google, it should be the first hit :slight_smile:

I’m very novice when it comes to PHP coding, or rather, I know pretty much nothing about it. Anyway, the guide’s for a login and registration system and it uses mySQL, PHP and jQuery. Everything’s working fine but I’m not receiving any mail and therefore, I can’t finish the registration. I haven’t changed anything in the code besides the email adress used for sending the registration email.

If you need to look at the code, I can upload a .zip-archive containing all of the files or if you want to I could just post whatever you need here. Most of it should be on that page though.

The host is webdotcom by the way.

Thanks in advance!

I personally don’t download anything from the web that contains code, but if you post the part of the code (not all) here between php tags that you’re having trouble with -> I’m sure someone will help you.

That tutorial uses obsolete MySQL code. Dont use it. Find something that uses PDO or Mysqli.

I know very little about PHP so making my own is out of question right now. Anyway, I found a new code using Mysqli instead and made it work with my website :slight_smile: Thanks for the suggestion!

Sponsor our Newsletter | Privacy Policy | Terms of Service