Jump to content

Verification of Email thru email confirmation link-I'm stuck


bmconnect

Recommended Posts

Hi,

 

I'm new here and new to php.  My first attempt at a php project actually so I'm hoping to get some help.

 

I want people to register at my site but I don't want them to put false emails on it.

 

So I used the coding from this website http://www.phpeasystep.com/workshopview.php?id=24 to provide codings for forms and email confirmation links.

 

The process worked up to when I click on the confirmation link (at testing) from the email and the link returns to a blank webpage.  No data is transferred from "temp_members_db" table  to "registered_members" table at all.

 

I'll attach print screen of my tables.

 

Hoping that someone can point out to me where I'm going wrong as I can't seem to get myself out of this one.

Link to comment
Share on other sites

Using runtime (adding those lines to the script) error reporting will not work if there is a fatal parse error in the script. While developing, you should have the following in your php.ini file:

error_reporting = -1
display_errors = On

 

Another thing to note is that the vast majority of the tutorials on phpeasystep are outdated, obsolete and use deprecated functions. I can't recommend using any of the information on that site.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.