View Single Post
  #2  
Old 06-28-2006, 07:27 PM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Major General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 2,151
Default Re: [TUTORIAL] Creating a login script for multiple users.

Just keep in mind not to intergate this with your website using BV, because its impossible with BV to put php in before the head is declared. This is going to give you an error when using session_start();

session_start(); has to be declared on the first line of a page (or second if you count <?php) before any other header is declared
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote