Customizing / Hacking

 
Jump to :
   

 PHP Includes   
posted by ant87 on 2005-11-07 16:32
               
       
 hits: 2869
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??
 

   
  Topics Posted by Date
*  PHP Includes ant87 2005-11-07 16:32
      Re: PHP Includes marc 2005-13-07 16:56