View Single Post
Old 04-15-2005   #3 (permalink)
Melissa
Registered User
 
Join Date: Apr 2005
Posts: 2

I fixed that error code. It was white space in the config.php. People may be having the same problem if they are cutting and pasting from your tutorial.

My only question now is ...to create pages for members to go to....all I have to do is include that code at the top? I have added this code to the top of some .html pages and it lets me in without being logged in.

<?php
session_start();
if($_SESSION['s_logged_n'] == 'true'){
include 'process.php';
?>

????? Or does it have something more to do with the menu.php?

Last edited by Melissa; 04-15-2005 at 07:00 AM..
Melissa is offline