Thread: Parse error
View Single Post
Old 26-07-2006, 12:49 PM   #1 (permalink)
koryusai kun
D-A-L Newbie
 
Status: Newbie
Join Date: Jul 2006
Posts: 1
 koryusai kun Is a beginner here at D-A-L



koryusai kun is offline  
Parse error

can someone help me the this script

error message: Parse error: parse error, unexpected '{' in \\192.168.1.16\webfiles\files\2006-6\894244\php\login3.php on line 3

login3.php

<?php
session_start();
if(!isset($_SESSION["username"]){
header('Location: login.php');
exit;
}
?>


Reply With Quote

Advertisement - Register to remove Ads its free!