View Single Post
  #11  
Old 04-01-2016, 10:39 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 34,739
Ittermat is on a distinguished road
Default

okay now Im getting this error...

Parse error: syntax error, unexpected 'else' (T_ELSE), expecting function (T_FUNCTION) in /home/atrocity/public_html/view/exploreforestlakeview.php on line 200

Heres my line 200 down..

PHP Code:
            } else { // Past limit
                
$document->add(new Comment("It seems you have fished too much today, why don't you take a rest until tomorrow?"FALSE));
            }   
        } else { 
// Lacking item
                
$document->add(new Comment("Sorry you need a fishing pole and Bait to Fish!"FALSE));
        }
            }
}
?> 
Reply With Quote