Thread: Parse error
View Single Post
Old 27-07-2006, 05:16 PM   #2 (permalink)
spiral
D-A-L Newbie
 
Status: Newbie
Join Date: Sep 2005
Posts: 19
 spiral Is a beginner here at D-A-L



spiral is offline  
Re: Parse error

I think you're missing a closing bracket just before the {

try

if(!isset($_SESSION["username"])){

Hope that works.


Reply With Quote