peuge Posted April 1, 2008 Share Posted April 1, 2008 http://localhost/confirm.php?ID=1&key=J9R9E3FAn4yRFR66sopp1usk3PEfx2MO I am using the above address to confirm registration. The problem is when I call it it confirm.php I gives me the following error: Notice: Undefined index: key in D:\Programs\EasyPHP 2.0b1\www\DataBase\confirm.php on line 10 The code on line 10 is: $skey=$_GET['key']; Link to comment https://forums.phpfreaks.com/topic/98902-using-address-to-confirm-registration/ Share on other sites More sharing options...
discomatt Posted April 1, 2008 Share Posted April 1, 2008 http://localhost/confirm.php?ID=1&key=J9R9E3FAn4yRFR66sopp1usk3PEfx2MO should be http://localhost/confirm.php?ID=1&key=J9R9E3FAn4yRFR66sopp1usk3PEfx2MO Link to comment https://forums.phpfreaks.com/topic/98902-using-address-to-confirm-registration/#findComment-506083 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.