Home »
FUDforum »
How To »
use fud login details to access the rest of my site
use fud login details to access the rest of my site [message #3343] |
Tue, 18 June 2002 11:51 |
pinch_fink
Messages: 1 Registered: June 2002
Karma: 0
|
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.
|
|
|
|
|
Goto Forum:
Current Time: Mon Nov 25 22:48:47 GMT 2024
Total time taken to generate the page: 0.02421 seconds