I setup the complete membership site according to your tutorial and using your download. Everything worked however when I go to login I get the following error. I think it may be permissions but not sure. Please help
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXX/public_html/member/config.php:1) in /home/XXXX/public_html/member/login.php on line 27
the url is XXXX.com/member/login.php (not passing me to member.php)
Yet when I go directly to member.php it has all my personal info and I am logged in.
Thanks!
OH and also do I just have to include the following on any page i want secured by this login or is there more to it?
<?php
session_start();
if($_SESSION['s_logged_n'] == 'true'){
include 'process.php';
?>
***UPDATE***
I fixed my error message but do still need the procedure for adding pages & programs for which this login is used for. THANKS