Hi,
Respected members, i am a beginner in PHP…
I am making a registration which works fine but on the page i got this error because i use $_Get
Notice: Undefined index: e in D:\xampp\htdocs\login\login.php on line 20
actually the logic i used is, login page checks if the cookie is empty it goes to the check page which checks if the user put the wrong password & cookie is also empty then a variable send a value by get method & the login page get the value by id & it shows an error…
ALL is work fine but when i open the login page first time…i mean, before submitting form it show me an above warning…This also happen when i used $_Post method.
Remeber i am using these logic to familiarize with PHP functions, as i mentioned above,i know there will be also many other ways, but i just want to familiarize my self with all the techniques of PHP.
Kindly help me to sort out this problem.