I want to redirect a user to a particular page if he enters a data that is present in the database.
For example:
In my database their are 2 fields one is for “email” & second one is for “link”.
Now I want if a user enter the “email” present in the database then he is redirected to the “link” set in that database.
As per set in my database, I want if a user enter “abcd@gmail.com” as email then he is redirected to “www.google.com” as per set in database.
Check My Database:
Check My Page Code: