03-02-2009, 01:36 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
|
it just doesn't make sense!!!
Ok everyone I am back:D But I am having trouble on something it is again a game...
I get a syntax error with a unexpected T_STRING here it is so you know the whole error
Parse error: syntax error, unexpected T_STRING in /home1/clubbink/public_html/hit.php on line 19
It is calling 19 everyone has told me it looks correct but it is still calling an error I am posting lines 12 to 22 I cannot find it anywhere wrong with it maybe you geniuses might. I will number them as well
PHP Code:
12 if($rnk){$r=$rnk;}
13 if(($r > 0)){$pmp[1]=$r;}
14 $l=15+$pmp[1];
15 $h=$pmp[1]-15;
16 $high=round($user[worth]*2);
17 $low=round($user[worth]/2)
18
19 GAMEHEADER("$cty[0]");
20 ?><body background="../bg.gif">
21 <img src="images/attack.jpg" width="141" height="114>
22 <form method="post" action="hit.php?pmp=&rid=<?=$rid?>">
|
|
|
|