-2

I made a login page taking help from online sources. Its not really a login page its a nick-status Verification page. It takes data from database and if the value/nick exists it redirects to a page now that's where I'm having problem.

I think it's connected to database successfully as it only starts redirection when i enter the correct nick otherwise gives the error that i have told it too. But aftet entering correct name it redirects to a blank page.

This is is the link where im testing it : pakwar.byethost3.com/login/login.php

And the correct value is : udamnkilledme

Here Are My Files As I couldnt use CLTR K Or Code toolbar button in android:- Solved Database sequence :- Database -> Table:- admin -> coloumn-> usr

Neil Lunn
  • 148,042
  • 36
  • 346
  • 317
  • Have you tried the following https://stackoverflow.com/questions/12769982/reference-what-does-this-error-mean-in-php/12772851#12772851 – Jelmergu May 29 '17 at 10:39
  • Not really , well after enabling error this is what i got:al error: Uncaught Error: Call to undefined function session_register() in /home/vol5_8/byethost3.com/b3_20155311/htdocs/login/login.php:20 Stack trace: #0 {main} thrown in /home/vol5_8/byethost3.com/b3_20155311/htdocs/login/login.php on line 20 – user8025414 May 29 '17 at 10:41
  • Possible duplicate of [Reference - What does this error mean in PHP?](https://stackoverflow.com/questions/12769982/reference-what-does-this-error-mean-in-php) – Jelmergu May 29 '17 at 11:03
  • you should delete the question and there's no code to support the question, just an answer using a deprecated function – Funk Forty Niner May 29 '17 at 11:05
  • -_- Man There was code but i deleted it cause i got my answer – user8025414 May 29 '17 at 14:57

1 Answers1

0

Well i seem to have solved it for now after enabling errors i got this :- session_register() so i changed it