Hello. I'm trying to include the login form in the forum list page. At first, I tried using frames, this was the code: The problem is that when a user logs in, he is redirected to "http://localhost/foros/" inside the frame. I've been searching the code of the login through all the scripts to include target="_top" so that it would load in the main window. However, I haven't found it.So now, I have started using php includes...and I am using the following code:<?php include("http://localhost/foros/login.php?site=elclubdelaopinioncom&bn=") ?>The problem with this is that when I open the forum list page, no login form appears. Can somebody help??
|