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.

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.

Archived

This topic is now archived and is closed to further replies.

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