View Single Post
  #7  
Old 09-21-2016, 09:48 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,706
Ittermat is on a distinguished road
Default

Did all those things... and it still gives me the same error... is there possibly the problem is that the

PHP Code:
$document->add(new Comment("<center><img src='http://atrocity.mysidiahost.com/picuploads/png/b30c16d80645c40477b2143fae5f5eeb.png'></center>, FALSE"));
    
$document->add(new Comment("<center>Cant guarantee a win!</center>, FALSE));
$document->add(new Comment("<center><a href='http://atrocity.mysidiahost.com/exploreeyresgame'>Play again?</a> Or <a href='http://atrocity.mysidiahost.com/pages/view/bakenekohalloween'Go back to the event plaza</a></center>, FALSE"));{

        
$random = rand(1,115);
            
            if(
$random > 1 && $random < 20){ 
$random = rand(1,115);

Doesnt have brackets around it? Its not inside of any opening or closing brackets...but im not sure how to remedy that..
Reply With Quote