FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » use fud login details to access the rest of my site
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
use fud login details to access the rest of my site [message #3343] Tue, 18 June 2002 11:51 Go to previous message
pinch_fink is currently offline  pinch_fink   United States
Messages: 1
Registered: June 2002
Karma:
Junior Member
What i want to do is use the login from the fud forum to access other pages in my site. That is to make them secure also. As well as this i want to read in the userid that is logged in and display a user related response.

At the moment ive got a simple session login with the following at the top of each new secure page:-
<?php
session_register("user_id");

if( !isset( $user_id ) )
{
include("login.php");
exit();
}
?>

Please please help Ive only been using PHP for 2 days.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: "unanswered posts"
Next Topic: Beginners Question
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 02:24:25 GMT 2024

Total time taken to generate the page: 0.04525 seconds