Hi all,

I do not know PHP at expert level. I have an admin panel which has index file coded in OOP which does not open the admin_home.php. When i give admin username and password to login, it logs in and takes me no where and shows the same log in form...!

I did many efforts to get the right result but all in vein..!
Can anybody help me in solving this problem? I am very tensed in this regard...!

I am attaching all the admin files with database..! Please help me out...!
Thanks...!

without looking at your code, check if you have properly redirecting the page

if(login_condition_is_true){header('location:admin_home.php')}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.