rythmic...
thanks for the response but ur code seems totally block the access to data.. i mean even when im log in.. the data didnt show at all..
User Profile
Collapse
-
Thank You Dan for the response.. :)
my bad.. sorry this is the login and log out code..
Code:<?php define('INCLUDE_CHECK',true); require 'connect.php'; require 'functions.php'; // Those two files can be included only if INCLUDE_CHECK is defined session_name('Login'); // Starting the session session_set_cookie_params(2*7*24*60*60); // Making
Leave a comment:
-
how to completely end sessions..
i do having this problems.. once log out the data from database still come out but the table structure already invisible..
how to completely disconnect from database when session end..
Code:<?php define('INCLUDE_CHECK',true); require 'connect.php'; require 'functions.php'; // Those two files can be included only if INCLUDE_CHECK is defined // select record from
No activity results to display
Show More
Leave a comment: